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.
- •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.
Was this section helpful?