Skip to content

Add group releases to GraphQL

We already have GroupReleasesFinder, which is used for internal Groups::ReleasesController.

Groups::ReleasesController is being used in the Merge Request filter on the group level Screenshot_2022-04-27_at_11.27.11

Ideally, we want to migrate this to the API. But there's no API for group releases yet. Since for this UI filter we actually only needs tag names, GraphQL API would be ideal.

Implementation guide

Edited by Missy Davies