INPUT_OBJECT

CMYKInput

CMYK values (as parameter for queries)

link GraphQL Schema definition

  • input CMYKInput {
  • # Cyan
  • c: Int
  • # Magenta
  • m: Int
  • # Yellow
  • y: Int
  • # Black
  • k: Int
  • }