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.

Show fields
•VoidSession

The updated void session.

Show fields

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.

Show payload

Arguments

•ID!
required

The void session ID.

•VoidSessionRejectionReasonInput!
required

The rejection reason.

Show input fields


Was this section helpful?