Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

LogoLibrary

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.

LibraryInterface for Library returnable types.

Type fields
id:ID!

Library/Workspace Id.

name:String!

Library/Workspace name.

color:RgbaColor

Library/Workspace color.

assetCount:Int
Deprecated

Amount of Assets contained in the Library/Workspace.

Removal: 1 Jul 2024 — use assets.total instead
assets(
limit: Int = 25
page: Int = 1

Search or list Assets in the Library/Workspace.

licenses:[License]

Library/Workspace License items list.

metadataFields:[MetadataField]
Deprecated

Library/Workspace MetadataField items list.

Removal: 1 Jul 2026 — use customMetadataProperties instead
workflow:Workflow!
Beta

The Workflow belonging to the given Library/Workspace.

Browse the Library SubFolderItems and AssetItems.

collaborators:LibraryCollaborators

Library collaborators.

currentUserPermissions:LibraryUserPermissions!

Library permissions of the current User.

customMetadataProperties:[CustomMetadataProperty!]!

Retrieve list of all CustomMetadataProperty items belonging to Library.

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

Library Collection items list.