OBJECT
CptCode
The CPT code
link GraphQL Schema definition
- type CptCode {
- # The CPT code category
- String @deprecated( reason: "Always returns nil" ) :
- # The CPT code
- String :
- # The date when the CPT code was created
- String! :
- # The description of the CPT code
- String :
- # The name of the CPT code for use in labels
- String :
- # The unique identifier of the CPT code
- ID! :
- # Whether a CPT code 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 :
- # The date when the CPT code was updated
- String! :
- }