ENUM

Pronouns

Enum representing different sets of pronouns.

link GraphQL Schema definition

  • enum Pronouns {
  • # Represents female pronouns (e.g., she/her/hers).
  • female
  • # Represents male pronouns (e.g., he/him/his).
  • male
  • # Represents neutral or non-binary pronouns (e.g., they/them/theirs).
  • neutral
  • }