Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

Collection

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!

Collection Id.

name:String!

Collection name.

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

Collection's Asset items list.

isPrivate:Boolean
Deprecated

Collection's privacy state setting.

Removal: 1 Jan 2024
currentUserPermissions:CollectionUserPermissions!

Collection's permissions of the current User.