mirror of
https://github.com/git-touch/git-touch
synced 2025-02-08 15:48:41 +01:00
chore: update project query
This commit is contained in:
parent
048d35112b
commit
4fe46b274a
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user