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 | |
title | String | |
glyphFileId | UUID | |
bgColor | String | |
wordmark | String | Wording for show along with logo. |
textColor | String | |
activeItemColor | String | |
activeTextColor | String | |
createdAt | Datetime | |
updatedAt | Datetime | |
createdBy | UUID | |
updatedBy | UUID | |
orgByOrgId | Org | Reads a single `Org` that is related to this `WhiteLabel`. |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `WhiteLabel`. |
fileByGlyphFileId | File | Reads a single `File` that is related to this `WhiteLabel`. |
userByCreatedBy | User | Reads a single `User` that is related to this `WhiteLabel`. |
userByUpdatedBy | User | Reads a single `User` that is related to this `WhiteLabel`. |