organizationFeeScheduleCptCodes
Provides CPT codes for an organization as configured in their fee schedule
Arguments
Returns
OrganizationFeeScheduleCptCodeTypeConnection
Example
query organizationFeeScheduleCptCodes( $keywords: String $after: String $before: String $first: Int $last: Int) { organizationFeeScheduleCptCodes( keywords: $keywords after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}