Address
No description
type Address {
_id: ObjectId!
company: ObjectId!
createdBy: ObjectId
companyName: String
country: AddressCountry!
label: String!
zipcode: String!
city: String!
street: String!
contactPerson: String
phoneNumber: String
email: String
comment: String
coordinates: Coordinates!
deleted: Boolean!
category: AddressesCategory!
waitingTimeMinutes: Int
timeWindows: [FromToTime!]
isOneTimeAddress: Boolean!
additionalDetails: [AdditionalField!]
timezone: TimeZone
}
Fields
Address._id ● ObjectId! non-null scalar
Address.company ● ObjectId! non-null scalar
Address.createdBy ● ObjectId scalar
Address.companyName ● String scalar
Address.country ● AddressCountry! non-null enum
Address.label ● String! non-null scalar
Address.zipcode ● String! non-null scalar
Address.city ● String! non-null scalar
Address.street ● String! non-null scalar
Address.contactPerson ● String scalar
Address.phoneNumber ● String scalar
Address.email ● String scalar
Address.comment ● String scalar
Address.coordinates ● Coordinates! non-null object
Address.deleted ● Boolean! non-null scalar
Address.category ● AddressesCategory! non-null object
Address.waitingTimeMinutes ● Int scalar
Waiting time at the address (in minutes).