INPUT_OBJECT

DatasetRowInput

link GraphQL Schema definition

1input DatasetRowInput {
4
2# Specify the Id of the Dataset Row
3id: ID!
7
5# Key value pair of Dataset Row
6data: JSONData!
10
8# List of Url's associated with the Dataset Row
9storeUriContents: [String!]
11}