Theme
Theme
Theme detail for each 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. | |
id | UUID! | The primary unique identifier for the theme. | |
orgId | UUID! | The id of the organization that theme belong to. | |
name | String! | The name of each theme. | |
logoFileId | UUID | The file id of the uploaded logo. | |
logoFileIdDraft | UUID | ||
config | JSON! | The published theme configurations. | |
configDraft | JSON | The drafted theme configuration. | |
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
titleFontIdDraft | UUID | ||
bodyFontIdDraft | UUID | ||
titleFontId | UUID | ||
bodyFontId | UUID | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Theme`. | |
fileByLogoFileId | File | Reads a single `File` that is related to this `Theme`. | |
fileByLogoFileIdDraft | File | Reads a single `File` that is related to this `Theme`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Theme`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Theme`. | |
fontByTitleFontIdDraft | Font | Reads a single `Font` that is related to this `Theme`. | |
fontByBodyFontIdDraft | Font | Reads a single `Font` that is related to this `Theme`. | |
fontByTitleFontId | Font | Reads a single `Font` that is related to this `Theme`. | |
fontByBodyFontId | Font | Reads a single `Font` that is related to this `Theme`. | |
orgsByDefaultChannelThemeId | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
orgsBySplashChannelThemeId | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
channelsByThemeId | ChannelsConnection! | Reads and enables pagination through a set of `Channel`. | |
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 | [ChannelsOrderBy!] | The method to use when ordering `Channel`. | |
condition | ChannelCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ChannelFilter | A filter to be used in determining which values should be returned by the collection. |