precheckAddress
Precheck if an address can be successfully geocoded. This mutation validates an address against the GraphHopper geocoding API without saving any data. It returns success:true if the address can be geocoded (latitude and longitude are found), otherwise success:false.
precheckAddress(
input: PrecheckAddressInput!
): PrecheckAddressPayload!
Arguments
precheckAddress.input ● PrecheckAddressInput! non-null input
Type
PrecheckAddressPayload object
Response for the precheckAddress mutation. Indicates whether the provided address can be successfully geocoded.