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