AddressImportInput
No description
input AddressImportInput {
companyName: String
country: AddressCountry
zipcode: String
city: String
street: String
contactPerson: String
phoneNumber: String
email: String
comment: String
coordinates: CoordinatesInput
category: String
waitingTimeMinutes: Int
timeWindows: [FromToTimeInput!]
timezone: TimeZone
}
Fields
AddressImportInput.companyName
● String
scalar
AddressImportInput.country
● AddressCountry
enum
AddressImportInput.zipcode
● String
scalar
AddressImportInput.city
● String
scalar
AddressImportInput.street
● String
scalar
AddressImportInput.contactPerson
● String
scalar
AddressImportInput.phoneNumber
● String
scalar
AddressImportInput.email
● String
scalar
AddressImportInput.comment
● String
scalar
AddressImportInput.coordinates
● CoordinatesInput
input
AddressImportInput.category
● String
scalar
AddressImportInput.waitingTimeMinutes
● Int
scalar
Waiting time at the address (in minutes).