summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql')
-rw-r--r--app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql b/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
new file mode 100644
index 00000000000..d85b736720b
--- /dev/null
+++ b/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
@@ -0,0 +1,16 @@
+fragment BoardListShared on BoardList {
+ id
+ title
+ position
+ listType
+ collapsed
+ issuesCount
+ label {
+ id
+ title
+ color
+ textColor
+ description
+ descriptionHtml
+ }
+}