Skip to content

Instantly share code, notes, and snippets.

@valikos
Created May 6, 2019 19:37
Show Gist options
  • Save valikos/57c5679ad39688df31cd441a69c7e234 to your computer and use it in GitHub Desktop.
Save valikos/57c5679ad39688df31cd441a69c7e234 to your computer and use it in GitHub Desktop.
gql-enum
enum RoleEnum {
FATHER
MOTHER
SON
DAUGHTER
DOG
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment