FolderInterface
for Folder
returnable types.
An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.Following types all implement this interface and must have all fields of this interface present.The __typename
field resolves to a String which lets you differentiate different data types from each other on the client.
Folder
Id.
Folder
name.
The User
who created the Folder
.
DateTime
of the Folder
creation.
The User
who last modified the Folder
.
DateTime
of the last Folder
modification.
A list of Breadcrumb
items representing the parent folders structure for the current SubFolder
.
DEPRECATED The SubFolderItems
of the current Library
/Workspace
/SubFolder
. This field will be removed. Use folders
instead. | Date: 2024-07-01T00:00:00.000+00:00
The FolderItems
of the current Library
/Workspace
/Folder
.
The AssetItems
in the current Library
/Workspace
/Folder
.