INPUT_OBJECT
LaunchScheduledJobs
link GraphQL Schema definition
1 input LaunchScheduledJobs { 7 2 # Optional data about the job target, 3 # a TemporalDataObject. If this field is 4 # not specified then a suitable 5 # object will be created automatically. 6 CreateAllPipelineJobsTargetInfo : 11 8 # Optional data used to create a _new_ TDO for the job. 9 # Specify this field _or_ `targetInfo`, but not both. 10 CreateTDOForJob : 14 12 # Job payload 13 JSONData : 16 15 ID : 17 }
link Required by
This element is not required by anyone