mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-30 19:37:35 -05:00
6 lines
84 B
GraphQL
6 lines
84 B
GraphQL
query Project($fullPath: String!) {
|
|
project(fullPath: $fullPath) {
|
|
name
|
|
}
|
|
}
|