``` # Gender enum Gender { Male Female } ```
# prisma-whats-new
t
Copy code
# Gender
enum Gender {
  Male
  Female
}
j
Try to uppercase MALE and FEMALE
t
RoleTag
is an example in the link you provided
Could you tell me what is wrong with Male and Female?
n
that's not the problem, please read here for more information: https://github.com/graphcool/graphcool/issues/1405
t
Ahhh. Thank you
n
descriptions are currently not supported, but we're thinking about adding the new syntax
t
TL;DR:
Copy code
"""
Gender
"""

enum Gender {
...
@nilan this is in the app layer so I can change it safely 😄