Add notable contributions plugin (#222)
This commit is contained in:
16
source/plugins/notable/queries/contributions.graphql
Normal file
16
source/plugins/notable/queries/contributions.graphql
Normal file
@@ -0,0 +1,16 @@
|
||||
query NotableContributions {
|
||||
user(login: "$login") {
|
||||
repositoriesContributedTo($after first: $repositories, contributionTypes: COMMIT) {
|
||||
edges {
|
||||
cursor
|
||||
node {
|
||||
isInOrganization
|
||||
owner {
|
||||
login
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user