Skip to main content

AssetFolder

Asset Folder

type AssetFolder implements Node {
id: ID!
label: String!
status: String!
children: [AssetFolder!]!
assets(
before: String
after: String
first: Int
last: Int
): AssetsConnection!
}

Fields
Link copied!

AssetFolder.id ● ID! non-null scalar
Link copied!

The ID of the object

AssetFolder.label ● String! non-null scalar
Link copied!

Friendly label for the folder

AssetFolder.status ● String! non-null scalar
Link copied!

Indicates whether the folder is active or inactive

AssetFolder.children ● [AssetFolder!]! non-null object
Link copied!

List of sub-folders

AssetFolder.assets ● AssetsConnection! non-null object
Link copied!

Returns assets within the folder

AssetFolder.assets.before ● String scalar
Link copied!

Cursor to start from when paginating backwards

AssetFolder.assets.after ● String scalar
Link copied!

Cursor to start from when paginating forwards

AssetFolder.assets.first ● Int scalar
Link copied!

Specifies the number of results to return. Required when after cursor is used. Cannot be used with before cursor.

AssetFolder.assets.last ● Int scalar
Link copied!

Specifies the number of results to return when paginating backwards. Must be used with before cursor.

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

AssetFolder object ● AssetFolderEdge object