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

DEPRECATED Collection's privacy state setting. This field will be removed. | Date: 2024-01-01T00:00:00.000+00:00

currentUserPermissions:CollectionUserPermissions!

Collection's permissions of the current User.