INPUT_OBJECT

PaymentAddressMutation

link GraphQL Schema definition

  • input PaymentAddressMutation {
  • # Friendly name
  • name: String
  • # Handle
  • handle: String
  • # shipping|billing
  • kind: String
  • # Addressed to
  • addressTo: String
  • # Street line 1
  • address1: String
  • # Street line 2
  • address2: String
  • # City
  • city: String
  • # Post code
  • postCode: String
  • # State / Province / Region
  • region: String
  • # Country
  • country: String
  • }

link Require by