INPUT_OBJECT

LaunchJobTemplates

link GraphQL Schema definition

1input LaunchJobTemplates {
3
2ids: [ID!]!
5
4scheduledJobId: ID
7
6payload: JSONData
11
8# Optional data used to create a _new_ TDO for the job.
9# Specify this field _or_ `targetInfo`, but not both.
10createTargetInfo: CreateTDOForJob
13
12targetInfo: LaunchJobTemplatesTargetInfo
14}

link Required by

This element is not required by anyone