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
Add top_level_only parameter to Groups::all method (#684)
This PR adds a `top_level_only` parameter to the `GitLab\Api\Groups::all` method, which limits the results to top level groups, excluding all subgroups.
Because this parameter is not available for the `subgroups` method, it was necessary to split up the `getGroupSearchResolver` method, which was called by both the `all` and the `subgroups` method.
0 commit comments