OBJECT

PackageResourceList

link GraphQL Schema definition

1type PackageResourceList {
2
3records: [PackageResource]!
4
5offset: Int!
6
7limit: Int!
8
9count: Int!
10
11}