From 57e7147021e38b847213d4dc7f0e0bf0b022850d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 28 Aug 2024 11:43:42 +0200 Subject: graphql: properly namespace Bug to make space for other entities (#1254) Also: use gqlgen directives to help the type auto-binding Missing: - namespace mutations - adapt the webUI queries --- webui/src/pages/bug/SetStatusFragment.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui/src/pages/bug/SetStatusFragment.graphql') diff --git a/webui/src/pages/bug/SetStatusFragment.graphql b/webui/src/pages/bug/SetStatusFragment.graphql index d8380409..2404e809 100644 --- a/webui/src/pages/bug/SetStatusFragment.graphql +++ b/webui/src/pages/bug/SetStatusFragment.graphql @@ -1,6 +1,6 @@ #import "../../components/fragments.graphql" -fragment SetStatus on SetStatusTimelineItem { +fragment SetStatus on BugSetStatusTimelineItem { date ...authored status -- cgit