Skip to content

Instantly share code, notes, and snippets.

@valikos
Last active May 6, 2019 19:45
Show Gist options
  • Save valikos/e5c5496344944c083c0895a6407f79a7 to your computer and use it in GitHub Desktop.
Save valikos/e5c5496344944c083c0895a6407f79a7 to your computer and use it in GitHub Desktop.
class Types::RoleEnum < Types::BaseEnum
value 'FATHER', value: :father
value 'MOTHER', value: :mom
value 'SON', value: :son
value 'DAUGHTER', value: :daughter
value 'PET', value: :animal
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment