PublishThemePayload
PublishThemePayload
The output of our publishTheme
mutation.
Field | Argument | Type | Description |
---|---|---|---|
clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
theme | Theme | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
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`. | |
themeEdge | ThemesEdge | An edge for our `Theme`. May be used by Relay 1. | |
orderBy | [ThemesOrderBy!] | The method to use when ordering `Theme`. |