OBJECT

IngestSlugList

link GraphQL Schema definition

1type IngestSlugList implements Page {
2
3records: [IngestSlug!]
4
5offset: Int!
6
7limit: Int!
8
9count: Int
10
11totalCount: Int
12
13}