Folder
Folder
The folder information.
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | UUID! | The uuid of the folder. | |
orgId | UUID! | The uuid of the organization that folder belong to. | |
spaceId | UUID! | ||
parentId | UUID | The parent folder id. | |
name | String! | The name of the folder. | |
tags | [String]! | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
isPrimary | Boolean | ||
isShared | Boolean | ||
isSharedExplicit | Boolean | ||
isSharedAll | Boolean | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Folder`. | |
folderByParentId | Folder | Reads a single `Folder` that is related to this `Folder`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Folder`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Folder`. | |
spacesByRootFolderId | SpacesConnection! | Reads and enables pagination through a set of `Space`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [SpacesOrderBy!] | The method to use when ordering `Space`. | |
condition | SpaceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SpaceFilter | A filter to be used in determining which values should be returned by the collection. | |
foldersByParentId | FoldersConnection! | Reads and enables pagination through a set of `Folder`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FoldersOrderBy!] | The method to use when ordering `Folder`. | |
condition | FolderCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FolderFilter | A filter to be used in determining which values should be returned by the collection. | |
filesByFolderId | FilesConnection! | Reads and enables pagination through a set of `File`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FilesOrderBy!] | The method to use when ordering `File`. | |
condition | FileCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileFilter | A filter to be used in determining which values should be returned by the collection. | |
favoritesByFolderId | FavoritesConnection! | Reads and enables pagination through a set of `Favorite`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |
condition | FavoriteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FavoriteFilter | A filter to be used in determining which values should be returned by the collection. | |
favoritesByFolderIdAndOrgId | FavoritesConnection! | Reads and enables pagination through a set of `Favorite`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |
condition | FavoriteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FavoriteFilter | A filter to be used in determining which values should be returned by the collection. | |
tagAssociationsByToFolderAndOrgId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByShareFolder | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByShareFolderAndOrgId | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
isFavorite | Boolean | Return favorite status of a folder. | |
nestedFilesByFolder | FilesConnection! | Reads and enables pagination through a set of `File`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
sharedSpacesByFolderId | SpacesConnection! | Spaces that currently got shared access to the folder. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. |