OBJECT

GenderProperty

link GraphQL Schema definition

  • type GenderProperty {
  • # If true, the gender field is shown on online forms.
  • showOnForms: Boolean!
  • # If true, a non-binary option is offered in addition to the standard gender
  • # options.
  • showNonBinaryOption: Boolean!
  • }