Skip to main content
Anchor to SubscriptionContractStatusUpdateUserError

SubscriptionContractStatusUpdateUserError

object

Requires read_own_subscription_contracts access scope.

Represents a subscription contract status update error.

•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.


Fields

•SubscriptionContract

The new Subscription Contract object.

•[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.


Fields

•SubscriptionContract

The new Subscription Contract object.

•[SubscriptionContractStatusUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Expires a Subscription Contract.

Arguments

Anchor to subscriptionContractIdsubscriptionContractId
•ID!required

The ID of the Subscription Contract.


Fields

•SubscriptionContract

The new Subscription Contract object.

•[SubscriptionContractStatusUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Fails a Subscription Contract.

Arguments

Anchor to subscriptionContractIdsubscriptionContractId
•ID!required

The ID of the Subscription Contract.


Fields

•SubscriptionContract

The new Subscription Contract object.

•[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.


Fields

•SubscriptionContract

The new Subscription Contract object.

•[SubscriptionContractStatusUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?