FolderContent
No description
interface FolderContent {
id: ID!
name: String!
}
Fields
FolderContent.id ● ID! non-null scalar
ID of the file or folder. Files and folders may use the same ID.
FolderContent.name ● String! non-null scalar
Name of the file or folder
Member Of
Folder object