Schema Documentation
changePaymentMethod
Description
The changePaymentMethod mutation
Response
Returns a ChangePaymentMethodPayload
Arguments
Name | Description |
---|---|
input - ChangePaymentMethodInput! | Input for the changePaymentMethod mutation |
Example
Query
mutation changePaymentMethod($input: ChangePaymentMethodInput!){ changePaymentMethod(input: $input){ clientMutationIdsubscription{ ...SubscriptionFragment } }}
Variables
{"input":ChangePaymentMethodInput}
Response
{"data":{"changePaymentMethod":{"clientMutationId":"abc123","subscription":Subscription}}}