INPUT_OBJECT

SpecialtiesInput

The properties of the specialty

link GraphQL Schema definition

  • input SpecialtiesInput {
  • # The graphql_name of the specialty
  • specialty: String
  • # The category of the specialty
  • specialty_category: String
  • }