Skip to content

ColorCodeInput

Payload for a ColorCode

Fields

_destroy · Boolean · If the color code should be destroyed
code_by_item · String · The code by item of the color code
color · String · The color of the color code
id · ID · The ID of the color code

Used By

Definition

"""
Payload for a ColorCode
"""
input ColorCodeInput {
"""
If the color code should be destroyed
"""
_destroy: Boolean
"""
The code by item of the color code
"""
code_by_item: String
"""
The color of the color code
"""
color: String
"""
The ID of the color code
"""
id: ID
}