Skip to content

Minimal GraphQL for Alert Management Alerts

Sean Arnold requested to merge 213880-alert-management-list-graphql into master

What does this MR do?

This adds a GraphQL typer for accessing AlertManagement Alerts.

The resolver expects either no params, in which case all the alerts for the project will be returned. If an iid param is given then a single Alert is returned (single item in the array).

Sorting, Filtering, Pagination will come in subsequent MRs.

Does this MR meet the acceptance criteria?

Conformity

Closes #213880 (closed)

Edited by Rémy Coutable

Merge request reports