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(
Deprecated, Removal: 2024-07-01
limit: Int = 25
page: Int = 1

The SubFolderItems of the current SubFolder. This field will be removed. 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.