Skip to main content
Anchor to SubscriptionContractStatusUpdateUserError

SubscriptionContractStatusUpdateUserError

object

The error codes for failed subscription contract mutations.

•SubscriptionContractStatusUpdateErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Activates a Subscription Contract. Contract status must be either active, paused, or failed.

Arguments

Anchor to subscriptionContractIdsubscriptionContractId
•ID!
required

The ID of the subscription contract to activate.


Fields

•SubscriptionContract

The activated Subscription Contract.

•[SubscriptionContractStatusUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Cancels a Subscription Contract.

Arguments

Anchor to subscriptionContractIdsubscriptionContractId
•ID!
required

The ID of the Subscription Contract to cancel.


Fields

•SubscriptionContract

The canceled Subscription Contract.

•[SubscriptionContractStatusUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•mutation

Pauses a Subscription Contract.

Arguments

Anchor to subscriptionContractIdsubscriptionContractId
•ID!
required

The ID of the subscription contract to pause.


Fields

•SubscriptionContract

The updated Subscription Contract after the pause operation.

•[SubscriptionContractStatusUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?