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, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
argument will be ignored.
- •ID!required
The void session ID.
- Anchor to reasonreason•Void
Session Rejection Reason Input!required The rejection reason.
Arguments
- Anchor to userErrorsuser•[Void
Errors Session Reject User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to voidSessionvoid•Void
Session Session The updated void session.
Fields
- •mutation
Resolves an open void session. After the
mutation completes on a given void session, any
mutation attempts will fail. Subsequent
mutation attempts will succeed, but the
Details
argument will be ignored.- •ID!required
The void session ID.
Arguments
- Anchor to userErrorsuser•[Void
Errors Session Resolve User Error!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to voidSessionvoid•Void
Session Session The updated void session.
Fields
Was this section helpful?