File
File
The file 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 file. | |
orgId | UUID! | The uuid of the organization that file belong to. | |
spaceId | UUID | ||
folderId | UUID | The uuid of the folder that file belong to. | |
name | String! | The name of the file. | |
mimetype | String | The mimetype of the file. | |
size | BigInt | The size of the file in bytes. | |
source | String | The source of the file. | |
fileProcessingStatus | JobStatus | The media processing status of this file. | |
metadata | JSON! | ||
tags | [String]! | The json array of tags for the file. | |
availableAt | Datetime | ||
expireAt | Datetime | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
commonFileId | UUID | ||
isShared | Boolean | ||
isSharedExplicit | Boolean | ||
isSharedAll | Boolean | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `File`. | |
folderByFolderId | Folder | Reads a single `Folder` that is related to this `File`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `File`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `File`. | |
commonFileByCommonFileId | CommonFile | Reads a single `CommonFile` that is related to this `File`. | |
orgsByBrandLogoId | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
orgsByBrandBackgroundId | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
channelsByCoverImageId | ChannelsConnection! | Reads and enables pagination through a set of `Channel`. | |
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 | [ChannelsOrderBy!] | The method to use when ordering `Channel`. | |
condition | ChannelCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ChannelFilter | A filter to be used in determining which values should be returned by the collection. | |
themesByLogoFileId | ThemesConnection! | Reads and enables pagination through a set of `Theme`. | |
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 | [ThemesOrderBy!] | The method to use when ordering `Theme`. | |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. | |
themesByLogoFileIdDraft | ThemesConnection! | Reads and enables pagination through a set of `Theme`. | |
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 | [ThemesOrderBy!] | The method to use when ordering `Theme`. | |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. | |
linksByFileId | LinksConnection! | Reads and enables pagination through a set of `Link`. | |
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 | [LinksOrderBy!] | The method to use when ordering `Link`. | |
condition | LinkCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | LinkFilter | A filter to be used in determining which values should be returned by the collection. | |
linksByFileIdAndOrgId | LinksConnection! | Reads and enables pagination through a set of `Link`. | |
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 | [LinksOrderBy!] | The method to use when ordering `Link`. | |
condition | LinkCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | LinkFilter | A filter to be used in determining which values should be returned by the collection. | |
appInstancesByThumbnailFileId | AppInstancesConnection! | Reads and enables pagination through a set of `AppInstance`. | |
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 | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. | |
condition | AppInstanceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstanceFilter | A filter to be used in determining which values should be returned by the collection. | |
associationsByToFileAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
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 | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
favoritesByFileId | 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. | |
favoritesByFileIdAndOrgId | 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. | |
fileProcessingJobsByFileId | FileProcessingJobsConnection! | Reads and enables pagination through a set of `FileProcessingJob`. | |
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 | [FileProcessingJobsOrderBy!] | The method to use when ordering `FileProcessingJob`. | |
condition | FileProcessingJobCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileProcessingJobFilter | A filter to be used in determining which values should be returned by the collection. | |
fileOutputsByFileId | FileOutputsConnection! | Reads and enables pagination through a set of `FileOutput`. | |
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 | [FileOutputsOrderBy!] | The method to use when ordering `FileOutput`. | |
condition | FileOutputCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileOutputFilter | A filter to be used in determining which values should be returned by the collection. | |
tagAssociationsByToFileAndOrgId | 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. | |
shareAssociationsByShareFile | 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. | |
shareAssociationsByShareFileAndOrgId | 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. | |
screenContentHistoriesByFileIdAndOrgId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
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 | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
sitesByThumbnailId | SitesConnection! | Reads and enables pagination through a set of `Site`. | |
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 | [SitesOrderBy!] | The method to use when ordering `Site`. | |
condition | SiteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SiteFilter | A filter to be used in determining which values should be returned by the collection. | |
sitesByThumbnailIdAndOrgId | SitesConnection! | Reads and enables pagination through a set of `Site`. | |
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 | [SitesOrderBy!] | The method to use when ordering `Site`. | |
condition | SiteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SiteFilter | A filter to be used in determining which values should be returned by the collection. | |
commonFontsByRegularFileId | CommonFontsConnection! | Reads and enables pagination through a set of `CommonFont`. | |
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 | [CommonFontsOrderBy!] | The method to use when ordering `CommonFont`. | |
condition | CommonFontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonFontFilter | A filter to be used in determining which values should be returned by the collection. | |
commonFontsByBoldFileId | CommonFontsConnection! | Reads and enables pagination through a set of `CommonFont`. | |
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 | [CommonFontsOrderBy!] | The method to use when ordering `CommonFont`. | |
condition | CommonFontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonFontFilter | A filter to be used in determining which values should be returned by the collection. | |
commonFontsByItalicFileId | CommonFontsConnection! | Reads and enables pagination through a set of `CommonFont`. | |
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 | [CommonFontsOrderBy!] | The method to use when ordering `CommonFont`. | |
condition | CommonFontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonFontFilter | A filter to be used in determining which values should be returned by the collection. | |
commonFontsByBoldItalicFileId | CommonFontsConnection! | Reads and enables pagination through a set of `CommonFont`. | |
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 | [CommonFontsOrderBy!] | The method to use when ordering `CommonFont`. | |
condition | CommonFontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonFontFilter | A filter to be used in determining which values should be returned by the collection. | |
commonFontsByThumbnailFileId | CommonFontsConnection! | Reads and enables pagination through a set of `CommonFont`. | |
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 | [CommonFontsOrderBy!] | The method to use when ordering `CommonFont`. | |
condition | CommonFontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonFontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByRegularFileId | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByBoldFileId | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByItalicFileId | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByBoldItalicFileId | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByThumbnailFileId | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
castedScreenByFileId | ScreensConnection! | Get casted screen(s) by file's id. | |
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. | |
isExpired | Boolean | Helper function for return expired status check. | |
isFavorite | Boolean | Return favorite status of a file. | |
sharedSpacesByFileId | SpacesConnection! | Spaces that currently got shared access to the 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. |