UpsertTheme (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| 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!]
}