Skip to main content
Anchor to CaptureSessionResolvePayload

CaptureSessionResolvePayload

payload

Return type for captureSessionResolve mutation.

•CaptureSession

The updated capture session.

Show fields
•[CaptureSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Resolves an open capture session.

After the captureSessionResolve mutation completes on a given capture session, any captureSessionReject mutation attempts will fail. Subsequent captureSessionResolve mutation attempts will succeed.

Show payload

Arguments

•ID!
required

The capture session ID.



Was this section helpful?