INPUT_OBJECT
LocationUpdateInput
Input to update a location
link GraphQL Schema definition
- input LocationUpdateInput {
- # The address of the location, as displayed to the visitor
- String! :
- # The latitude of this location
- Float! :
- # The longitude of this location
- Float! :
- # The origin of the coordinates. If unsure, don't provide the attribute
- LocationCoordinatesOrigin :
- }