NewTheme (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| colorTokens - ThemeColorTokens | |
| colors - ThemeColors | |
| id - String! | |
| name - String | |
| typography - [ThemeToken!] | 
type NewTheme {
  colorTokens: ThemeColorTokens
  colors: ThemeColors
  id: String!
  name: String
  typography: [ThemeToken!]
}