INPUT_OBJECT
CreatePayPalCredentialMutationInput
The input object that defines the fields for the createPayPalCredential mutation.
link GraphQL Schema definition
- input CreatePayPalCredentialMutationInput {
- # The client ID for PayPal.
- String! :
- # The client secret for PayPal.
- String! :
- # Whether or not this is enabled.
- Boolean! :
- # A note about this entity.
- NoteMutationInput :
- }