OBJECT
CptCode
cpt code
link GraphQL Schema definition
- type CptCode {
- # (DEPRECATED) will always return nil
- 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 ( :
- # The last fee applied to this cpt code by a provider
- Float :
- # date code was updated
- String :
- }