WarehouseAddress
No description
type WarehouseAddress {
id: Int!
firstName: String
middleName: String
lastName: String
gender: Gender
company: String
street: String!
number: String
numberExtension: String
postalCode: String!
city: String!
region: String
country: String!
phone: String
mobile: String
email: String
fax: String
code: String
notes: String
icp: YesNo
url: String
name: String
}
Fields
WarehouseAddress.id
● Int!
non-null scalar
Address primary identifier
WarehouseAddress.firstName
● String
scalar
First name the address applies to
WarehouseAddress.middleName
● String
scalar
Middle name the address applies to
WarehouseAddress.lastName
● String
scalar
Last name the address applies to