Files

4 lines
87 B
GraphQL
Raw Permalink Normal View History

query FetchAddress($latlng: String!) {
address: AddressFromLatLng(latlng: $latlng)
}