Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

LibraryPageCollection

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

Type fields
id:ID!
Beta

Collection Id.

name:String!
Beta

Collection name.

assets(
Beta
limit: Int = 25
page: Int = 1

LibraryPageCollection's Asset items list.

isPrivate:Boolean!
Beta

LibraryPageCollection's privacy state setting.