Color
Provides color information in HEX, RGB, and HSL formats.
Type Definition
type Color {
color: String
rgb: String
hsl: String
}Fields
Relationships
The Color type is a structured data object that can be returned as a field within other GraphQL types, queries, and mutations. It provides multiple color format representations for flexibility in consuming applications.
Example
{
color
rgb
hsl
}Implements
None
Related Types
None