BusinessLocationInput
No description
input BusinessLocationInput {
name: String!
street: String!
streetNumber: String!
addition: String
postalCode: String!
city: String!
}
Fields
BusinessLocationInput.name ● String! non-null scalar
Name of the business location
BusinessLocationInput.street ● String! non-null scalar
Street Free text field
BusinessLocationInput.streetNumber ● String! non-null scalar
Street Number Free text field
BusinessLocationInput.addition ● String scalar
addition Free text field
BusinessLocationInput.postalCode ● String! non-null scalar
Postal code 4 digits, followed by 2 letters Can optionally be separated by a single space
BusinessLocationInput.city ● String! non-null scalar
City Free text field
Member of
changeBusinessLocation mutation ● OrganisationConfigurationInput input