INPUT_OBJECT

BatchTDOInput

input for a new batch

link GraphQL Schema definition

1input BatchTDOInput {
4
2# Human-readable name for the batch
3name: String!
7
5# The selection option that created the set.
6batchSelector: JSONData!
10
8# organization Id
9orgId: ID!
13
11# createdBy provide info of the user creator
12createdBy: String
16
14# modifiedBy provide info of the user editor
15modifiedBy: String
20
17# option to add a date filter to exclude tdos created after the event created
18# timestamp
19skipTdosAfterEventCreation: Boolean
21}

link Required by

This element is not required by anyone