Anchor to VoidSessionVoid
objectVoid Session
Requires access scope.
A unique void transaction.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to statestate•Void
Session States! non-null Details about the void state.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Rejects an open void session. After the
mutation completes on a given void session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theargument will be ignored.- •ID!required
The void session ID.
- Anchor to reasonreason•Void
Session Rejection Reason Input! required The rejection reason.
Arguments
- •ID!
- •mutation
Resolves an open void session. After the
mutation completes on a given void session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theDetailsargument will be ignored.- •ID!required
The void session ID.
Arguments
- •ID!
Was this section helpful?