Link
Link
The link table for store urls, website, etc.
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! | ||
orgId | UUID! | ||
spaceId | UUID! | The uuid of the space of creator. | |
name | String! | The friendly name of the link. | |
url | String! | The full url address. | |
fileId | UUID | The image capture of the website. | |
tags | [String]! | The json array of tags for the link. | |
linkType | LinkType! | Enum type of link type. | |
cloudConfig | JSON | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
isShared | Boolean | ||
isSharedExplicit | Boolean | ||
isSharedAll | Boolean | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Link`. | |
fileByFileId | File | Reads a single `File` that is related to this `Link`. | |
fileByFileIdAndOrgId | File | Reads a single `File` that is related to this `Link`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Link`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Link`. | |
associationsByToLinkAndOrgId | 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. | |
favoritesByLinkId | 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. | |
favoritesByLinkIdAndOrgId | 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. | |
tagAssociationsByToLinkAndOrgId | 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. | |
shareAssociationsByShareLink | 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. | |
shareAssociationsByShareLinkAndOrgId | 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. | |
screenContentHistoriesByLinkIdAndOrgId | 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. | |
castedScreenByLinkId | ScreensConnection! | Get casted screen(s) by link'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. | |
isFavorite | Boolean | Return favorite status of a link. | |
sharedSpacesByLinkId | SpacesConnection! | Spaces that currently got shared access to the 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. |