Skip to content

location

fetch a location by id

Arguments

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
}
}