query group_recent_boards($fullPath: ID!) { group(fullPath: $fullPath) { id recentIssueBoards { nodes { id name } } } }