Add new Repositories plugin (#431) [skip ci]
This commit is contained in:
26
source/plugins/repositories/queries/repository.graphql
Normal file
26
source/plugins/repositories/queries/repository.graphql
Normal file
@@ -0,0 +1,26 @@
|
||||
query RepositoriesRepository {
|
||||
repository(owner: "$owner", name: "$name") {
|
||||
createdAt
|
||||
description
|
||||
forkCount
|
||||
isFork
|
||||
issues {
|
||||
totalCount
|
||||
}
|
||||
nameWithOwner
|
||||
openGraphImageUrl
|
||||
licenseInfo {
|
||||
nickname
|
||||
spdxId
|
||||
name
|
||||
}
|
||||
pullRequests {
|
||||
totalCount
|
||||
}
|
||||
stargazerCount
|
||||
primaryLanguage {
|
||||
color
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user