|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { ConcreteRequest, Mutation } from 'relay-runtime'; |
|
|
export type ClearPointsInFrameInput = { |
|
|
frameIndex: number; |
|
|
objectId: number; |
|
|
sessionId: string; |
|
|
}; |
|
|
export type SAM2ModelClearPointsInFrameMutation$variables = { |
|
|
input: ClearPointsInFrameInput; |
|
|
}; |
|
|
export type SAM2ModelClearPointsInFrameMutation$data = { |
|
|
readonly clearPointsInFrame: { |
|
|
readonly frameIndex: number; |
|
|
readonly rleMaskList: ReadonlyArray<{ |
|
|
readonly objectId: number; |
|
|
readonly rleMask: { |
|
|
readonly counts: string; |
|
|
readonly size: ReadonlyArray<number>; |
|
|
}; |
|
|
}>; |
|
|
}; |
|
|
}; |
|
|
export type SAM2ModelClearPointsInFrameMutation = { |
|
|
response: SAM2ModelClearPointsInFrameMutation$data; |
|
|
variables: SAM2ModelClearPointsInFrameMutation$variables; |
|
|
}; |
|
|
|
|
|
const node: ConcreteRequest = (function(){ |
|
|
var v0 = [ |
|
|
{ |
|
|
"defaultValue": null, |
|
|
"kind": "LocalArgument", |
|
|
"name": "input" |
|
|
} |
|
|
], |
|
|
v1 = [ |
|
|
{ |
|
|
"alias": null, |
|
|
"args": [ |
|
|
{ |
|
|
"kind": "Variable", |
|
|
"name": "input", |
|
|
"variableName": "input" |
|
|
} |
|
|
], |
|
|
"concreteType": "RLEMaskListOnFrame", |
|
|
"kind": "LinkedField", |
|
|
"name": "clearPointsInFrame", |
|
|
"plural": false, |
|
|
"selections": [ |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"kind": "ScalarField", |
|
|
"name": "frameIndex", |
|
|
"storageKey": null |
|
|
}, |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"concreteType": "RLEMaskForObject", |
|
|
"kind": "LinkedField", |
|
|
"name": "rleMaskList", |
|
|
"plural": true, |
|
|
"selections": [ |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"kind": "ScalarField", |
|
|
"name": "objectId", |
|
|
"storageKey": null |
|
|
}, |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"concreteType": "RLEMask", |
|
|
"kind": "LinkedField", |
|
|
"name": "rleMask", |
|
|
"plural": false, |
|
|
"selections": [ |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"kind": "ScalarField", |
|
|
"name": "counts", |
|
|
"storageKey": null |
|
|
}, |
|
|
{ |
|
|
"alias": null, |
|
|
"args": null, |
|
|
"kind": "ScalarField", |
|
|
"name": "size", |
|
|
"storageKey": null |
|
|
} |
|
|
], |
|
|
"storageKey": null |
|
|
} |
|
|
], |
|
|
"storageKey": null |
|
|
} |
|
|
], |
|
|
"storageKey": null |
|
|
} |
|
|
]; |
|
|
return { |
|
|
"fragment": { |
|
|
"argumentDefinitions": (v0), |
|
|
"kind": "Fragment", |
|
|
"metadata": null, |
|
|
"name": "SAM2ModelClearPointsInFrameMutation", |
|
|
"selections": (v1), |
|
|
"type": "Mutation", |
|
|
"abstractKey": null |
|
|
}, |
|
|
"kind": "Request", |
|
|
"operation": { |
|
|
"argumentDefinitions": (v0), |
|
|
"kind": "Operation", |
|
|
"name": "SAM2ModelClearPointsInFrameMutation", |
|
|
"selections": (v1) |
|
|
}, |
|
|
"params": { |
|
|
"cacheID": "b4f20e0205c26d5dc3614935ac73fa3f", |
|
|
"id": null, |
|
|
"metadata": {}, |
|
|
"name": "SAM2ModelClearPointsInFrameMutation", |
|
|
"operationKind": "mutation", |
|
|
"text": "mutation SAM2ModelClearPointsInFrameMutation(\n $input: ClearPointsInFrameInput!\n) {\n clearPointsInFrame(input: $input) {\n frameIndex\n rleMaskList {\n objectId\n rleMask {\n counts\n size\n }\n }\n }\n}\n" |
|
|
} |
|
|
}; |
|
|
})(); |
|
|
|
|
|
(node as any).hash = "880295870f14839040acf8f191fa1409"; |
|
|
|
|
|
export default node; |
|
|
|