OBJECT
CptCode
cpt code
link GraphQL Schema definition
- type CptCode {
- # category of icd code
- String :
- # cpt code
- String :
- # date code was created
- String :
- # description of code
- String :
- # Display Name for use in labels
- String :
- ID! :
- # CPT codes marked as favorite
- #
- # Arguments
- # known_value: The known value of is_favorite (from the query
- # argument)
- Boolean): Boolean ( :
- # date code was updated
- String :
- }