INPUT_OBJECT

UpgradeArtistsInput

Autogenerated input type of UpgradeArtists

link GraphQL Schema definition

  • input UpgradeArtistsInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # The one time total amount confirmation.
  • onetime_total_confirmation: String
  • # Whether or not the user accepts the Terms of Service.
  • accept_tos: String
  • # Paymentmethod primary key.
  • payment_method_id: ID
  • # The Nonce from the client
  • payment_method_nonce: String
  • # True for PayPal, False for Credit Card.
  • paypal: Boolean
  • country_code: String
  • # A Street Address.
  • street_address: String
  • # Line 2 of a Street Address.
  • extended_address: String
  • # User's locality.
  • locality: String
  • # A US state
  • state: String
  • # A region
  • region: String
  • # The CVV of an existing credit card.
  • existing_credit_card_cvv: String
  • # A postal code.
  • postal_code: String
  • # Paypal internal fraud detection device data.
  • 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.
  • skip_save: Boolean
  • # List of artist IDs
  • artists_ids: [Int!]
  • }