Tag
Tag
The tag table which share among all member of the organization.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| orgId | UUID! | The uuid of the organization. | |
| spaceId | UUID! | ||
| name | String! | The name of the tag and also using as primary key. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `Tag`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `Tag`. | |
| tagAssociationsByTagNameAndOrgIdAndSpaceId | 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. | |
| filesByTagName | FilesConnection! | Get files by tag. | |
| 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. | |
| screensByTagName | ScreensConnection! | Get screens by tag. | |
| 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. | |