OBJECT
1type SourceTypeCategoryList implements Page {23records: [SourceTypeCategory!]! 45limit: Int! 67offset: Int! 89count: Int 1011}