Anchor to SubscriptionContractCreateCalculateUserErrorSubscription
objectSubscription Contract Create Calculate User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (SubscriptionContractCreateCalculateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Subscription
Contract Create 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
- subscriptionContractCreateCalculate (SubscriptionContractCreateCalculatePayload)
- •mutation
Starts an asynchronous calculation for a new subscription contract. The contract isn't created until you commit the calculation.
Poll the
query to review the calculated contract, its projected order totals, and any warnings, then commit it with themutation.Learn how to build a subscription contract.
- Anchor to contractCreateInputcontract•Subscription
Create Input Contract Calculation Contract Create Input! required The input for the new subscription contract calculation.
Arguments
Was this section helpful?