Graphql fields and variables for the job query
Scope required:
For a complete list of possible response fields see the Job type.
query job ($id: ID) { job (id: $id) { createdAt duration id name notes notesExerpt updatedAt } }
id
ID
Job
Last updated 20 hours ago
Was this helpful?