locations
Get locations for a given user (or current user)
Arguments
has_service_facilities
· Boolean
· Pass in true to get service facilities for CMS 1500 Returns
[Location!]
Example
query locations( $after: Cursor $has_name: Boolean $keywords: String $offset: Int $page_size: Int $should_paginate: Boolean $user_id: String $has_service_facilities: Boolean) { locations( after: $after has_name: $has_name keywords: $keywords offset: $offset page_size: $page_size should_paginate: $should_paginate user_id: $user_id has_service_facilities: $has_service_facilities ) { 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 }}