OBJECT
LibraryCollaboratorList
link GraphQL Schema definition
1 type LibraryCollaboratorList { 2 3 : [LibraryCollaborator]  4 5 #   The starting index for records that were returned in this query. 6 : Int!  7 8 : Int!  9 10 #   Number of records returned in this response 11 : Int  12 13 }