INPUT_OBJECT

DietitianInput

Payload for a dietitian

link GraphQL Schema definition

  • input DietitianInput {
  • # The ID of the dietitian
  • id: ID
  • # The NPI of the dietitian
  • npi: String
  • # The other ID of the dietitian
  • other_id: String
  • # The other ID qualifier of the dietitian
  • other_id_qualifier: String
  • # The qualifications of the dietitian
  • qualifications: String
  • }