OBJECT

CptCode

cpt code

link GraphQL Schema definition

  • type CptCode {
  • # (DEPRECATED) will always return nil
  • category: String
  • # cpt code
  • code: String
  • # date code was created
  • created_at: String
  • # description of code
  • description: String
  • # Display Name for use in labels
  • display_name: String
  • id: ID!
  • # CPT codes marked as favorite
  • #
  • # Arguments
  • # known_value: The known value of is_favorite (from the query
  • # argument)
  • is_favorite(known_value: Boolean): Boolean
  • # The last fee applied to this cpt code by a provider
  • last_fee: Float
  • # date code was updated
  • updated_at: String
  • }