Folder
No description
type Folder {
documentCount: Int
id: UUID!
isPublic: Boolean!
name: String!
parentFolderId: UUID
type: FolderType
}
Fields
Folder.documentCount
● Int
scalar
Folder.id
● UUID!
non-null scalar
Folder.isPublic
● Boolean!
non-null scalar
Folder.name
● String!
non-null scalar
Folder.parentFolderId
● UUID
scalar
Folder.type
● FolderType
enum
Returned By
createFolders
mutation
Member Of
PaginatedFolderPayload
object