INPUT_OBJECT
DatasetActionInput
link GraphQL Schema definition
1 input DatasetActionInput { 4 2 # Action to perform of the Dataset ( avaliable options are ADD,UPDATE and DELETE) 3 DatasetActionType : 7 5 # Data for the Action 6 DatasetRowInput!] : [ 8 }