Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#import "ee_else_ce/boards/graphql/board.fragment.graphql"
query group_boards($fullPath: ID!) {
group(fullPath: $fullPath) {
id
boards {
edges {
node {
...BoardFragment
}