mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
chore: update project query
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
query Project($fullPath: String!) {
|
||||
project(fullPath: $fullPath) {
|
||||
name
|
||||
avatarUrl
|
||||
description
|
||||
starCount
|
||||
forksCount
|
||||
visibility
|
||||
webUrl
|
||||
issuesEnabled
|
||||
openIssuesCount
|
||||
mergeRequestsEnabled
|
||||
createdAt
|
||||
lastActivityAt
|
||||
statistics {
|
||||
commitCount
|
||||
repositorySize
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user