#import "ee_else_ce/boards/queries/board.fragment.graphql" query project_boards($fullPath: ID!) { project(fullPath: $fullPath) { boards { edges { node { ...BoardFragment } } } } }