The great refactor (#82)
This commit is contained in:
10
source/plugins/stargazers/queries/stargazers.graphql
Normal file
10
source/plugins/stargazers/queries/stargazers.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
query StargazersDefault {
|
||||
repository(name: "$repository", owner: "$login") {
|
||||
stargazers($after first: 100, orderBy: {field: STARRED_AT, direction: ASC}) {
|
||||
edges {
|
||||
starredAt
|
||||
cursor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user