INPUT_OBJECT

FaxDietitianInput

Attributes to change a fax dietitian

link GraphQL Schema definition

  • input FaxDietitianInput {
  • # The custom identifier of the fax dietitian
  • id: ID
  • # The location of the fax dietitian
  • location: FaxLocationInput
  • # The phone number of the fax dietitian
  • phone_number: String
  • # The qualifications of the fax dietitian
  • qualifications: String
  • }