INPUT_OBJECT

SearchInput

link GraphQL Schema definition

1input SearchInput {
4
2# Provide an offset to skip to a certain element in the result, for paging.
3offset: Int
7
5# Maximum number of results that were retrieved in this query; page size
6limit: Int
9
8index: [String]!
11
10query: JSONData!
13
12select: JSONData
14}

link Required by

This element is not required by anyone