INPUT_OBJECT
LocationInput
Fields of a location which can be passed to mutations.
link GraphQL Schema definition
- input LocationInput {
- # Unique knowledge base identifier of the location
- ID :
- # Latitude of the location
- String :
- # Longitude of the location
- String :
- # Street name of the location
- String :
- # Street/house number of the location
- String :
- # Zipcode of the location
- String :
- # City of the location
- String :
- # Country of the location
- String :
- }