Skip to main content

PrecheckAddressInput

Input for the precheckAddress mutation. Used to validate if an address can be successfully geocoded.

input PrecheckAddressInput {
address: GeoLocationCheckAddressInput!
}

Fields

PrecheckAddressInput.address ● GeoLocationCheckAddressInput! non-null input

The address to validate against the GraphHopper geocoding API. Should contain street, house number, postal code, city, and country information.

Member Of

precheckAddress mutation