Add contributors plugin (#126)
This commit is contained in:
12
source/plugins/contributors/queries/commit.graphql
Normal file
12
source/plugins/contributors/queries/commit.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
query ContributorsCommit {
|
||||
repository(owner: "$owner" name: "$repo") {
|
||||
object(expression: "$expression") {
|
||||
... on Commit {
|
||||
oid
|
||||
abbreviatedOid
|
||||
messageHeadline
|
||||
committedDate
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user