Skip to main content

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!)

ArgumentTypeDescription
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.
idIDThe ID of the Theme to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (UpdateThemePayload)

clientMutationId (String)
errors ([ErrorType!]!)
theme (Theme)