ENUM
Pronouns
Enum representing different sets of pronouns.
link GraphQL Schema definition
- enum Pronouns {
- # Represents female pronouns (e.g., she/her/hers).
- # Represents male pronouns (e.g., he/him/his).
- # Represents neutral or non-binary pronouns (e.g., they/them/theirs).
- }