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.

•VoidSession

The updated void session.


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.


Was this section helpful?