Studio Service

PublishThemePayload

PublishThemePayload

The output of our publishTheme mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
themeTheme
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
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`.
themeEdgeThemesEdgeAn edge for our `Theme`. May be used by Relay 1.
orderBy[ThemesOrderBy!]The method to use when ordering `Theme`.