updateTheme Mutation
Updates an Organizations Theme.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_users].
Input fields (UpdateThemeInput!)
Argument | Type | Description |
---|---|---|
colors | [ThemeColorInput] | A list of inputs that describe the colors used in the theme. |
properties | [ThemePropertyInput] | A list of inputs that describe the properties used in the theme. |
id | ID | The ID of the Theme to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |