Skip to content

location

Fetch a location by ID

Arguments

id · ID · The ID of the location

Returns

Location

Example

query location($id: ID) {
location(id: $id) {
city
country
cursor
id
line1
line2
name
npi
other_id
other_id_qual
place_of_service
place_of_service_id
state
to_oneline
user
user_id
zip
}
}