query StargazersDefault { repository(name: "$repository", owner: "$login") { stargazers($after first: 100, orderBy: {field: STARRED_AT, direction: ASC}) { edges { starredAt cursor $location } } } }