Studio Service

Theme

Theme

Theme detail for each organization.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the theme.
orgIdUUID!The id of the organization that theme belong to.
nameString!The name of each theme.
logoFileIdUUIDThe file id of the uploaded logo.
logoFileIdDraftUUID
configJSON!The published theme configurations.
configDraftJSONThe drafted theme configuration.
createdAtDatetime
updatedAtDatetime
createdByUUID
updatedByUUID
titleFontIdDraftUUID
bodyFontIdDraftUUID
titleFontIdUUID
bodyFontIdUUID
orgByOrgIdOrgReads a single `Org` that is related to this `Theme`.
fileByLogoFileIdFileReads a single `File` that is related to this `Theme`.
fileByLogoFileIdDraftFileReads a single `File` that is related to this `Theme`.
userByCreatedByUserReads a single `User` that is related to this `Theme`.
userByUpdatedByUserReads a single `User` that is related to this `Theme`.
fontByTitleFontIdDraftFontReads a single `Font` that is related to this `Theme`.
fontByBodyFontIdDraftFontReads a single `Font` that is related to this `Theme`.
fontByTitleFontIdFontReads a single `Font` that is related to this `Theme`.
fontByBodyFontIdFontReads a single `Font` that is related to this `Theme`.
orgsByDefaultChannelThemeIdOrgsConnection!Reads and enables pagination through a set of `Org`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[OrgsOrderBy!]The method to use when ordering `Org`.
conditionOrgConditionA condition to be used in determining which values should be returned by the collection.
filterOrgFilterA filter to be used in determining which values should be returned by the collection.
orgsBySplashChannelThemeIdOrgsConnection!Reads and enables pagination through a set of `Org`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[OrgsOrderBy!]The method to use when ordering `Org`.
conditionOrgConditionA condition to be used in determining which values should be returned by the collection.
filterOrgFilterA filter to be used in determining which values should be returned by the collection.
channelsByThemeIdChannelsConnection!Reads and enables pagination through a set of `Channel`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ChannelsOrderBy!]The method to use when ordering `Channel`.
conditionChannelConditionA condition to be used in determining which values should be returned by the collection.
filterChannelFilterA filter to be used in determining which values should be returned by the collection.