debian-mirror-gitlab/app/assets/javascripts/boards/graphql/board_list.fragment.graphql

6 lines
113 B
GraphQL
Raw Normal View History

2020-05-24 23:13:21 +05:30
#import "./board_list_shared.fragment.graphql"
fragment BoardListFragment on BoardList {
...BoardListShared
}