OBJECT
JobList
link GraphQL Schema definition
1 type JobList implements Page { 2 3 #   Jobs retrieved 4 : [Job]  5 6 #   The starting index for records that were returned in this query. 7 : Int!  8 9 #   Maximum number of results that were retrieved in this query; page size 10 : Int!  11 12 #   Number of records returned in this response 13 : Int  14 15 } 
              link Required by
- Cluster
 - MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
 - QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.
 - ScheduledJob
 - TemporalDataObject