5 lines
67 B
GraphQL
5 lines
67 B
GraphQL
|
query projectFullPath {
|
||
|
projectPath @client
|
||
|
issueIid @client
|
||
|
}
|