INPUT_OBJECT

UpdateBottleVinolokSizeRelation

Update Bottle to Vinolok Size relation input object

link GraphQL Schema definition

  • input UpdateBottleVinolokSizeRelation {
  • # ID of Vinolok Size to be connected
  • connect: ID
  • # if TRUE Vinolok Size will be disconnected
  • disconnect: Boolean
  • }