aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/Bug.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/Bug.graphql')
-rw-r--r--webui/src/bug/Bug.graphql13
1 files changed, 0 insertions, 13 deletions
diff --git a/webui/src/bug/Bug.graphql b/webui/src/bug/Bug.graphql
deleted file mode 100644
index 498242c0..00000000
--- a/webui/src/bug/Bug.graphql
+++ /dev/null
@@ -1,13 +0,0 @@
-#import "../components/fragments.graphql"
-
-fragment Bug on Bug {
- id
- humanId
- status
- title
- labels {
- ...Label
- }
- createdAt
- ...authored
-}