OBJECT

SourceCollaboratorList

link GraphQL Schema definition

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