OBJECT

CptCodesPolicy

cpt codes policies join table

link GraphQL Schema definition

  • type CptCodesPolicy {
  • # cpt code
  • code: String
  • # id of instance of joins between cpt_code and policy
  • cpt_code_id: ID
  • # date created
  • created_at: String!
  • # cpt code description
  • description: String
  • # The unique identifier of the join between cpt_code and policy.
  • id: ID!
  • # policy id
  • policy_id: ID
  • # date updated
  • updated_at: String!
  • }