Schema Documentation

SetDefaultPaymentMethodInput

Description

Input for the setDefaultPaymentMethod mutation.

Fields
Input FieldDescription
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
tokenId - Int! Token ID of the payment token being deleted.
Example
{"clientMutationId":"abc123","tokenId":987}