INPUT_OBJECT

ClientInsurancePlanInput

Payload for an insurance plan

link GraphQL Schema definition

  • input ClientInsurancePlanInput {
  • # The ID of the insurance plan
  • id: String
  • # The name of the payer
  • payer_name: String
  • }