ScreenNote
ScreenNote
Each screen can have note(s) show up on the Studio CMS
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! | ||
note | String | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
screenId | UUID | ||
spaceId | UUID | ||
orgId | UUID | ||
createdBy | UUID | ||
updatedBy | UUID | ||
screenByScreenId | Screen | Reads a single `Screen` that is related to this `ScreenNote`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `ScreenNote`. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `ScreenNote`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `ScreenNote`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `ScreenNote`. |