INPUT_OBJECT
UpgradeArtistsInput
Autogenerated input type of UpgradeArtists
link GraphQL Schema definition
- input UpgradeArtistsInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The one time total amount confirmation.
- String :
- # Whether or not the user accepts the Terms of Service.
- String :
- # Paymentmethod primary key.
- ID :
- # The Nonce from the client
- String :
- # True for PayPal, False for Credit Card.
- Boolean :
- String :
- # A Street Address.
- String :
- # Line 2 of a Street Address.
- String :
- # User's locality.
- String :
- # A US state
- String :
- # A region
- String :
- # The CVV of an existing credit card.
- String :
- # A postal code.
- String :
- # Paypal internal fraud detection device data.
- String :
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- Boolean :
- # List of artist IDs
- Int!] : [
- }