git-touch-android-ios-app/packages/gql_gitlab/lib/project.graphql

21 lines
327 B
GraphQL

query Project($fullPath: String!) {
project(fullPath: $fullPath) {
name
avatarUrl
description
starCount
forksCount
visibility
webUrl
issuesEnabled
openIssuesCount
mergeRequestsEnabled
createdAt
lastActivityAt
statistics {
commitCount
repositorySize
}
}
}