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( $has_name: Boolean $has_service_facilities: Boolean $keywords: String $user_id: String $offset: Int $page_size: Int $should_paginate: Boolean $after: Cursor) { locations( has_name: $has_name has_service_facilities: $has_service_facilities keywords: $keywords user_id: $user_id offset: $offset page_size: $page_size should_paginate: $should_paginate after: $after ) { 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 }}