Skip to main content
Anchor to VoidSessionRejectPayload

VoidSessionRejectPayload

payload

Return type for voidSessionReject mutation.

•[VoidSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Rejects an open void session. After the voidSessionReject mutation completes on a given void session, any voidSessionResolve mutation attempts will fail. Subsequent voidSessionReject mutation attempts will succeed, but the RejectionReasonInput argument will be ignored.


Was this section helpful?