GeolocInput
No description
input GeolocInput {
lat: Float!
lng: Float!
}
Fields
GeolocInput.lat ● Float! non-null scalar
Latitude, in decimal degrees
- Must be between -90 and 90
GeolocInput.lng ● Float! non-null scalar
Longitude, in decimal degrees
- Must be between -180 and 180
Member Of
UserDeviceInfoInput input