Inputs

AddressInputType

No description

No description

input AddressInputType {
  firstName: String
  lastName: String
  addressLine1: String
  addressLine2: String
  addressLine3: String
  entryCode: String
  careOf: String
  city: String
  state: String
  country: String
  zip: String
  company: String
  mobile: String
  phone: String
}

Fields

firstName ● String scalar

 

lastName ● String scalar

 

addressLine1 ● String scalar

 

addressLine2 ● String scalar

 

addressLine3 ● String scalar

 

entryCode ● String scalar

 

careOf ● String scalar

 

city ● String scalar

 

state ● String scalar

 

country ● String scalar

 

zip ● String scalar

 

company ● String scalar

 

mobile ● String scalar

 

phone ● String scalar

 

Member Of

CheckoutInputType input ● UserInputType input