Skip to content

Commit

Permalink
adding gql types (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermish authored Dec 7, 2023
1 parent aa3f8ba commit 2bdee8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typedefs/gqlTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export enum Degree {
Dvm = 'DVM',
EdD = 'EdD',
Md = 'MD',
Mph = 'MPH',
Np = 'NP',
Pa = 'PA',
PhD = 'PhD',
Expand Down Expand Up @@ -388,6 +389,7 @@ export enum Specialty {
DiagnosticRadiology = 'DIAGNOSTIC_RADIOLOGY',
EmergencyMedicine = 'EMERGENCY_MEDICINE',
FamilyMedicine = 'FAMILY_MEDICINE',
InfectiousDiseases = 'INFECTIOUS_DISEASES',
InternalMedicine = 'INTERNAL_MEDICINE',
MedicalGenetics = 'MEDICAL_GENETICS',
Neurology = 'NEUROLOGY',
Expand Down

0 comments on commit 2bdee8d

Please sign in to comment.