Skip to main content

UpsertTheme (Input)

Description

No description



Fields

NameDescription
active - Boolean
colorTokens - UpdateThemeColorTokens
colors - UpdateThemeColors
id - String!
name - String
typography - [UpdateThemeToken!]

input UpsertTheme {
active: Boolean
colorTokens: UpdateThemeColorTokens
colors: UpdateThemeColors
id: String!
name: String
typography: [UpdateThemeToken!]
}