SpecialtiesInput
The properties of the specialty
Fields
specialty_category
· String
· The category of the specialty Used By
Definition
"""The properties of the specialty"""input SpecialtiesInput { """ The graphql_name of the specialty """ specialty: String
""" The category of the specialty """ specialty_category: String}