Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

LibraryPage

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!

LibraryPage Id.

title:String!

LibraryPage title.

LibraryPage type.

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

BETA LibraryPage Collection items list.

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

LibraryPage Asset items list.