nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
id | UUID! | |
actionRefId | UUID | |
actionDetail | String | |
createdAt | Datetime | |
orgId | UUID! | |
spaceId | UUID! | |
screenId | UUID! | |
createdBy | UUID | |
orgByOrgId | Org | Reads a single `Org` that is related to this `UserActionLog`. |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `UserActionLog`. |
screenByScreenId | Screen | Reads a single `Screen` that is related to this `UserActionLog`. |
userByCreatedBy | User | Reads a single `User` that is related to this `UserActionLog`. |