Anchor to SubscriptionContractUpdateCalculateUserErrorSubscription
objectSubscription Contract Update Calculate User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (SubscriptionContractUpdateCalculateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Subscription
Contract Update Calculate User 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.
Was this section helpful?
Anchor to MutationsMutations
- subscriptionContractUpdateCalculate (SubscriptionContractUpdateCalculatePayload)
- •mutation
Starts an asynchronous calculation for changes to an existing subscription contract. The changes aren't applied to the contract until you commit the calculation, and fields omitted from the input remain unchanged.
Poll the
query to review the calculated contract, its projected order totals, and any warnings, then commit it with themutation.Learn how to update a subscription contract.
- Anchor to actoractor•Subscription
Actor The actor who initiated a subscription action.
- Anchor to contractIdcontract•ID!
Id required The ID of the subscription contract to update.
- Anchor to contractUpdateInputcontract•Subscription
Update Input Contract Calculation Contract Update Input! required The input for the subscription contract update calculation.
Arguments
Was this section helpful?