INPUT_OBJECT

ProviderCptCodeInput

Properties for creating or updating a ProviderCptCode

link GraphQL Schema definition

  • input ProviderCptCodeInput {
  • # The CPT code ID
  • cpt_code_id: ID
  • # The unique identifier of the code
  • id: ID
  • # The price per unit of the code
  • price_per_unit: String
  • # The unique identifier of the provider
  • provider_id: ID
  • }