Specialty
Specialty
Fields
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!}