OBJECT

StructuredDataList

link GraphQL Schema definition

1type StructuredDataList implements Page {
2
3records: [StructuredData]
4
5count: Int
6
7offset: Int!
8
9limit: Int!
10
11owned: Boolean
12
13orderBy: [StructuredDataOrderByType!]
14
15}