state:
VoidSessionStates! -
Details about the void state.
Connections
Related queries
Related mutations
voidSessionReject
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.
voidSessionResolve
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.