OBJECT
TDOBatchProcess
link GraphQL Schema definition
1 type TDOBatchProcess implements BatchProcess { 2 3 ID! : 4 5 BatchProcessStatus! : 6 7 TDOBatch! : 8 9 JSONData : 10 11 Int : 12 13 Int : 14 15 Int : 16 17 Int : 18 19 Int : 20 21 Int : 22 23 ( 24 Int, : 25 Int, : 26 BatchProcessItemStatus, : 27 BatchProcessSortField!] : [ 28 ): BatchActionResultList! 29 30 }
link Required by
This element is not required by anyone