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