query project_boards($fullPath: ID!) { project(fullPath: $fullPath) { id boards { edges { node { id name } } } } }