FolderType
No description
type FolderType {
id: ID!
dbId: String
name: String
description: String
labels: [String]
isShared: Boolean
createdAsParent: Boolean
hasSubfolders: Boolean
subfolders(
after: String
first: Int
): FolderSubfoldersConnection
documentCount: Int
documentCountWithSubfolder: Int
creator: UserType
isCreatedByCurrentUser: Boolean
createdAt: String
lastActivity: String
lastModified: String
emoteIcon: String
folderLevel: Int
iconColor: String
breadcrumb: [BreadCrumbType]
containsTemplates: Boolean
isArchivedDirectly: Boolean
isRemovedDirectly: Boolean
isArchived: Boolean
isRemoved: Boolean
removedAt: String
archivedAt: String
archivedFacetMonth: Int
archivedFacetYear: Int
parentArchivedId: String
parentBinId: String
parentId: String
parentFolder: FolderType
parentFolderName: String
documents: FolderDocumentsConnectionConnection
isCurrentUserFavorite: Boolean
hasAccessOnDetails: Boolean
permissionsUsers: [UserType]
permissionsGroups: [GroupType]
location: LocationType
locationLongName: String
geoLocationDetails: GeoLocationType
contactAndProjectDetails: ContactAndProjectDetailsType
section: FolderSection
}
Fields
FolderType.id ● ID! non-null scalar
The ID of an object
FolderType.dbId ● String scalar
FolderType.name ● String scalar
FolderType.description ● String scalar
FolderType.labels ● [String] list scalar
FolderType.isShared ● Boolean scalar
FolderType.createdAsParent ● Boolean scalar
FolderType.hasSubfolders ● Boolean scalar
FolderType.subfolders ● FolderSubfoldersConnection object
This should be only used in case you need a couple of subfolders on a list of folders. the prefered way would be to use the "folders" in the root schema and provide this folders ID as a parentId. in case you want to get all folders, use the same query and just dont set the parentId at all. See https://developers.memomeister.com/docs/guides/folders/getting-folders#folder-list
FolderType.subfolders.after●StringscalarReturns the items in the list that come after the specified cursor.
FolderType.subfolders.first ● Int scalar
Returns the first n items from the list.
FolderType.documentCount ● Int scalar
FolderType.documentCountWithSubfolder ● Int scalar
FolderType.creator ● UserType object
FolderType.isCreatedByCurrentUser ● Boolean scalar
FolderType.createdAt ● String scalar
FolderType.lastActivity ● String scalar
FolderType.lastModified ● String scalar
FolderType.emoteIcon ● String scalar
FolderType.folderLevel ● Int scalar
FolderType.iconColor ● String scalar
The color of the folder icon in hex format
FolderType.breadcrumb ● [BreadCrumbType] list object
FolderType.containsTemplates ● Boolean scalar
FolderType.isArchivedDirectly ● Boolean scalar
FolderType.isRemovedDirectly ● Boolean scalar
FolderType.isArchived ● Boolean scalar
FolderType.isRemoved ● Boolean scalar
FolderType.removedAt ● String scalar
FolderType.archivedAt ● String scalar
FolderType.archivedFacetMonth ● Int scalar
FolderType.archivedFacetYear ● Int scalar
FolderType.parentArchivedId ● String scalar
FolderType.parentBinId ● String scalar
FolderType.parentId ● String scalar
FolderType.parentFolder ● FolderType object
FolderType.parentFolderName ● String scalar
FolderType.documents ● FolderDocumentsConnectionConnection object
FolderType.isCurrentUserFavorite ● Boolean scalar
FolderType.hasAccessOnDetails ● Boolean scalar
FolderType.permissionsUsers ● [UserType] list object
FolderType.permissionsGroups ● [GroupType] list object
FolderType.location ● LocationType object
FolderType.locationLongName ● String scalar
FolderType.geoLocationDetails ● GeoLocationType object
FolderType.contactAndProjectDetails ● ContactAndProjectDetailsType object
FolderType.section ● FolderSection enum
Returned by
addedFolder subscription ● addPermissionsToFolder mutation ● createFolder mutation ● folder query ● folderByName query ● folderChanged subscription ● folderRemoved subscription ● foldersChanged subscription ● foldersFeed subscription ● onDocumentCountChange subscription ● onDocumentCountChangeOnFolder subscription ● removePermissionsToFolder mutation ● templateFolder query ● updateDescriptionOnFolder mutation ● userFavoritedFolder subscription ● userUnFavoritedFolder subscription
Member of
ActivityEventType object ● DocumentType object ● FolderMutationPayloadType object ● FolderSubfoldersEdge object ● FolderType object ● PrivateShareType object ● PublicShareType object ● RootFoldersEdge object ● RootNearestFolderEdge object ● SearchAutocompleteType object ● ShareFolderConnectionEdge object