INPUT_OBJECT

CptCodesPolicyInput

Properties assigning a policy to a CPT code

link GraphQL Schema definition

  • input CptCodesPolicyInput {
  • # If true, the CPT codes policy will be deleted
  • _destroy: Boolean
  • # The ID of the CPT code
  • cpt_code_id: String
  • # The ID of the join table record
  • id: ID
  • # The ID of the policy
  • policy_id: String
  • }