Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

SubFolder

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.

FolderInterface for Folder returnable types.

Type fields
id:ID!

SubFolder Id.

name:String!

SubFolder name.

creator:User!

The User who created the SubFolder.

createdAt:DateTime!

DateTime of the SubFolder creation.

modifier:User

The User who last modified the SubFolder.

modifiedAt:DateTime

DateTime of the last SubFolder modification.

breadcrumbs:[Breadcrumb!]!

A list of Breadcrumb items representing the parent folders structure for the current SubFolder.

subFolders(
limit: Int = 25
page: Int = 1
Deprecated

The SubFolderItems of the current SubFolder.

Removal: 1 Jul 2025 — use folders instead
folders(
limit: Int = 25
page: Int = 1

The FolderItems of the current Folder.

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

The AssetItems in the current SubFolder.