Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

LibraryCollaboratorUserItems

No description

This is a paginated list, containing items of type User. You can find more information about how pagination works in our Developer Portal under Pagination. Edges have additional metadata related to the User available.

Type Fields
total:Int!

Total amount of results.

page:Int!

Current page number.

limit:Int!

Number of results per page.

hasNextPage:Boolean!

Indicates if a next page is available or not

items:[User]!

List of User items that have lowest required permissions to collaborate on a Library.

BETA List of LibraryCollaboratorUserEdge edges.