Skip to content

RFC 40: add two GraphQL queries

Administrator requested to merge jc/jc/rfc40-graphql-apis-queries-2 into master

Created by: unknwon

Part of #7298, added GQL queries:

  • usersWithPendingPermissions: returns a list of users who have pending permissions
  • Repository.authorizedUsers: returns a list of authorized users to access the repository

Manually tested with some unit tests, regression tests will be added as the last PR of #7298.

It's safe to merge this PR (after review) alone because the site configuration option is not documented anywhere outside the source code.

Merge request reports

Loading