Files
git-touch/lib/gql_gitlab/project.graphql
2022-10-01 15:10:25 +08:00

6 lines
84 B
GraphQL

query Project($fullPath: String!) {
project(fullPath: $fullPath) {
name
}
}