INPUT_OBJECT

ColorCodeInput

Payload for a ColorCode

link GraphQL Schema definition

  • 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
  • }