diff options
Diffstat (limited to 'webui/src/Label.graphql')
-rw-r--r-- | webui/src/Label.graphql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webui/src/Label.graphql b/webui/src/Label.graphql deleted file mode 100644 index 22522ada..00000000 --- a/webui/src/Label.graphql +++ /dev/null @@ -1,8 +0,0 @@ -fragment Label on Label { - name - color { - R - G - B - } -} |