You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
https://github.com/sourcegraph/accounts/issues/579 would like to use GraphQL to gather user information for all users that have a specific feature flag set, this functionality will be useful for them to help keep up with user lists.
Is your feature request related to a problem? If so, please describe.
Currently, GraphQL doesn't have a constructible query to return users with feature flags set.
Describe alternatives you've considered.
Additional context
https://github.com/sourcegraph/accounts/issues/579 believe that getting user information such as username, email, display_name, created_at, updated_at, deleted_at from all the users that have a specific feature flag set would be advantageous information to monitor and maintain users.
Feature request description
https://github.com/sourcegraph/accounts/issues/579 would like to use GraphQL to gather user information for all users that have a specific feature flag set, this functionality will be useful for them to help keep up with user lists.
Is your feature request related to a problem? If so, please describe.
Currently, GraphQL doesn't have a constructible query to return users with feature flags set.
Describe alternatives you've considered.
Additional context
https://github.com/sourcegraph/accounts/issues/579 believe that getting user information such as
username,email,display_name,created_at,updated_at,deleted_atfrom all the users that have a specific feature flag set would be advantageous information to monitor and maintain users.