6 lines
69 B
GraphQL
6 lines
69 B
GraphQL
fragment DeploymentJob on CiJob {
|
|
name
|
|
id
|
|
webPath
|
|
playable
|
|
}
|