Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#import "ee_else_ce/boards/graphql/board_scope.fragment.graphql"
query GroupBoard($fullPath: ID!, $boardId: ID!) {
workspace: group(fullPath: $fullPath) {
id
board(id: $boardId) {
...BoardScopeFragment
}