Skip to content

Expose new GraphQL `event` field for `DesignType`

Luke Duncalfe requested to merge 13353-GraphQL-DesignType-event into master

What does this MR do?

This MR exposes a new event field for DesignType.

event is an enum that corresponds to the mutation event of the Design within the version being looked at. This may be none when a design was not mutated in that version. The version either comes into the query from the atVersion argument (in a parent node) or otherwise is the latest version for the designs if no argument was given.

CE backport: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32249

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports