Skip to content

Add filter support for enterprise in GraphQL group members

Shubham Kumar requested to merge imskr/gitlab:filter-users into master

What does this MR do and why?

Ability to filter group members with enterprise in GraphQL API.

  • If the enterprise label is set to true - it returns enterprise members only
  • If the enterprise label is set to false - it returns non-enterprise members only
  • If the enterprise label is not set - it returns all users

Closes #356062 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Shubham Kumar

Merge request reports