debian-mirror-gitlab/app/assets/javascripts/boards/queries/board_list.fragment.graphql
2020-05-25 16:23:42 +05:30

6 lines
113 B
GraphQL

#import "./board_list_shared.fragment.graphql"
fragment BoardListFragment on BoardList {
...BoardListShared
}