query RepoIssues { repository(owner: "obmarg", name: "cynic") { issues(states: OPEN, first: 10) { nodes { title state } } } }