Expose user pronouns via GraphQL
What does this MR do and why?
Expose user pronouns via GraphQL https://gitlab.com/gitlab-org/developer-relations/contributor-success/team-task/-/issues/275
Changelog: added
Screenshots or screen recordings
How to set up and validate locally
- Configure pronouns for your profile: http://gdk.test:3000/-/profile
- Run graphql query: http://gdk.test:3000/-/graphql-explorer
query { currentUser { pronouns }
}
## MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
* [ ] I have evaluated the [MR acceptance checklist](https://docs.gitlab.com/ee/development/code_review.html#acceptance-checklist) for this MR.
<!-- template sourced from https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/merge_request_templates/Default.md -->