Subscription Contract Status Update User Error
Requires access scope.
Represents a subscription contract status update error.
Anchor to FieldsFields
- Anchor to codecode•Subscription
Contract Status Update Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Activates a Subscription Contract. Contract status must be either active, paused, or failed.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the Subscription Contract.
Arguments
- Anchor to contractcontract•Subscription
Contract The new Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract Status Update User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Cancels a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the Subscription Contract.
Arguments
- Anchor to contractcontract•Subscription
Contract The new Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract Status Update User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Expires a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the Subscription Contract.
Arguments
- Anchor to contractcontract•Subscription
Contract The new Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract Status Update User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Fails a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the Subscription Contract.
Arguments
- Anchor to contractcontract•Subscription
Contract The new Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract Status Update User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Pauses a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the Subscription Contract.
Arguments
- Anchor to contractcontract•Subscription
Contract The new Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract Status Update User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields