INPUT_OBJECT
BatchTDOInput
input for a new batch
link GraphQL Schema definition
1 input BatchTDOInput { 4 2 #   Human-readable name for the batch 3 : String! 7 5 #   The selection option that created the set. 6 : JSONData! 10 8 #   organization Id 9 : ID! 13 11 #   createdBy provide info of the user creator 12 : String 16 14 #   modifiedBy provide info of the user editor 15 : String 20 17 #   option to add a date filter to exclude tdos created after the event created  18 #   timestamp 19 : Boolean 21 } 
link Required by
This element is not required by anyone