Skip to main content

AddressType

No description

type AddressType {
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

AddressType.firstName ● String! non-null scalar

AddressType.lastName ● String! non-null scalar

AddressType.addressLine1 ● String! non-null scalar

AddressType.addressLine2 ● String! non-null scalar

AddressType.addressLine3 ● String! non-null scalar

AddressType.entryCode ● String! non-null scalar

AddressType.careOf ● String! non-null scalar

AddressType.city ● String! non-null scalar

AddressType.state ● String! non-null scalar

AddressType.country ● String! non-null scalar

AddressType.zip ● String! non-null scalar

AddressType.company ● String! non-null scalar

AddressType.mobile ● String! non-null scalar

AddressType.phone ● String! non-null scalar

Member of

CheckoutType object ● OrderType object ● UserType object