INPUT_OBJECT

DatasetActionInput

link GraphQL Schema definition

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