OBJECT

SourceTypeCategoryList

link GraphQL Schema definition

1type SourceTypeCategoryList implements Page {
2
3records: [SourceTypeCategory!]!
4
5limit: Int!
6
7offset: Int!
8
9count: Int
10
11}

link Required by

This element is not required by anyone