INPUT_OBJECT

EmergencyContactInput

Emergency contact details.

link GraphQL Schema definition

  • input EmergencyContactInput {
  • # Contact name.
  • name: String
  • # Contact phone number.
  • contact_number: String
  • }