Skip to main content
Anchor to VoidSessionResolvePayload

VoidSessionResolvePayload

payload

Return type for voidSessionResolve mutation.

•[VoidSessionResolveUserError!]!
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

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

Show payload

Arguments

•ID!
required

The void session ID.



Was this section helpful?