Add notable contributions plugin (#222)
This commit is contained in:
11
source/plugins/notable/queries/organizations.graphql
Normal file
11
source/plugins/notable/queries/organizations.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query NotableOrganizations {
|
||||
user(login: "$login") {
|
||||
organizations(first: 100) {
|
||||
nodes {
|
||||
login
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user