Anchor to CaptureSessionCapture
objectCapture Session
Requires access scope.
Represents a unique capture transaction.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to statestate•Capture
Session States! non-null Details about the capture state.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Rejects an open capture session.
After the
mutation completes on a given capture session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
reason
argument will be ignored.- •ID!required
The capture session ID.
- Anchor to reasonreason•Capture
Session Rejection Reason Input! required The rejection reason.
Arguments
- Anchor to captureSessioncapture•Capture
Session Session The updated capture session.
- Anchor to userErrorsuser•[Capture
Errors Session Reject User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
- •ID!
- •mutation
Resolves an open capture session.
After the
mutation completes on a given capture session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed.
- •ID!required
The capture session ID.
Arguments
- Anchor to captureSessioncapture•Capture
Session Session The updated capture session.
- Anchor to userErrorsuser•[Capture
Errors Session Resolve User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
- •ID!
Was this section helpful?