Skip to main content
Anchor to CaptureSessionRejectPayload

CaptureSessionRejectPayload

payload

Return type for captureSessionReject mutation.

•CaptureSession

The updated capture session.

•[CaptureSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Rejects an open capture session.

After the captureSessionReject mutation completes on a given capture session, any captureSessionResolve mutation attempts will fail. Subsequent captureSessionReject mutation attempts will succeed, but the reason argument will be ignored.


Was this section helpful?