Skip to content

Add GraphQL query that fetches all Org flag overrides

Administrator requested to merge pjlast/org-feature-flag-overrides-gql-api into main

Created by: pjlast

This PR adds a GraphQL query that fetches all organization flag overrides for the current user. The database query for this already existed as part of another query, this simply uses that database query and hooks it up to the GraphQL API.

This allows the frontend to react differently if a user belongs to different organizations where the feature flag means different behaviour depending on the organization.

Test plan

TODO

Merge request reports

Loading