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