preferred_medical_codes
Fetch paginated preferred medical codes collection
Arguments
Returns
PreferredMedicalCodePaginationConnection Example
query preferred_medical_codes( $code_type: String $after: String $before: String $first: Int $last: Int) { preferred_medical_codes( code_type: $code_type after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}