AssetFolder
Asset Folder
FieldsLink copied!
AssetFolder.id
● ID!
non-null scalarLink copied!
The ID of the object
AssetFolder.label
● String!
non-null scalarLink copied!
Friendly label for the folder
AssetFolder.status
● String!
non-null scalarLink copied!
Indicates whether the folder is active or inactive
AssetFolder.children
● [AssetFolder!]!
non-null objectLink copied!
List of sub-folders
AssetFolder.assets
● AssetsConnection!
non-null objectLink copied!
Returns assets within the folder
AssetFolder.assets.before
●String
scalarLink copied!Cursor to start from when paginating backwards
AssetFolder.assets.after
● String
scalarLink copied!
Cursor to start from when paginating forwards
AssetFolder.assets.first
● Int
scalarLink copied!
Specifies the number of results to return. Required when after cursor is used. Cannot be used with before cursor.
AssetFolder.assets.last
● Int
scalarLink copied!
Specifies the number of results to return when paginating backwards. Must be used with before cursor.
InterfacesLink copied!
Node
interfaceLink copied!
An object with an ID
Returned byLink copied!
assetFolder
query
Member ofLink copied!
AssetFolder
object ● AssetFolderEdge
object