Capture APIs
Query a capture session and its status. You can use the mutations to reject or resolve an open capture session.
In this section
Anchor link to section titled "In this section"captureSessionReject — Rejects an open capture session. After the
captureSessionReject
mutation completes on a given capture session, anycaptureSessionResolve
mutation attempts will fail. SubsequentcaptureSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored.captureSessionResolve — Resolves an open capture session. After the
captureSessionResolve
mutation completes on a given capture session, anycaptureSessionReject
mutation attempts will fail. SubsequentcaptureSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.