GeolocationInput
No description
input GeolocationInput {
display: String!
latitude: Float!
longitude: Float!
}
Fields
GeolocationInput.display ● String! non-null scalar
A human-readable description or name for the location.
GeolocationInput.latitude ● Float! non-null scalar
The latitude coordinate of the geographic location.
GeolocationInput.longitude ● Float! non-null scalar
The longitude coordinate of the geographic location.