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