INTERFACE
BatchProcessActionResult
Result for each action performed in the batch
link GraphQL Schema definition
1 interface BatchProcessActionResult { 2 3 : ID!  4 5 : ID!  6 7 : BatchProcessItemStatus!  8 9 : JSONData  10 11 } 
              INTERFACE
Result for each action performed in the batch
1 interface BatchProcessActionResult { 2 3 : ID!  4 5 : ID!  6 7 : BatchProcessItemStatus!  8 9 : JSONData  10 11 }