Skip to content

referringPhysicians

all referring physicians based on current user

Arguments

after · Cursor · Cursor to fetch results after

Returns

[ReferringPhysician!]

Example

query referringPhysicians(
$after: Cursor
$has_fax_number: Boolean
$keywords: String
$offset: Int
$should_paginate: Boolean
$sort_by: String
$order_by: ReferringPhysicianOrderKeys
$page_size: Int
) {
referringPhysicians(
after: $after
has_fax_number: $has_fax_number
keywords: $keywords
offset: $offset
should_paginate: $should_paginate
sort_by: $sort_by
order_by: $order_by
page_size: $page_size
) {
accepts_insurance
business_name
created_at
cursor
email
fax_number
first_name
full_name
id
last_name
location
location_id
metadata
notes
npi
other_id
other_id_qualifier
phone_number
provider
referrals
referrals_count
speciality
updated_at
website
}
}