{ project(fullPath: "project-path") { job(id: "JOB-ID") { name } } }
{ "project": { "job": { "name": "the-job" } } }