Skip to content

Specialty

Specialty

Fields

id · ID! · required · The unique identifier of the specialty
specialty · String! · required · The name of the specialty
specialty_category · String! · required · The name of the specialty category

Used By

Definition

"""
Specialty
"""
type Specialty {
"""
The unique identifier of the specialty
"""
id: ID!
"""
The name of the specialty
"""
specialty: String!
"""
The name of the specialty category
"""
specialty_category: String!
}