INPUT_OBJECT

UpdateBottleRelation

Update Reference to Bottle relation input object

link GraphQL Schema definition

  • input UpdateBottleRelation {
  • # ID of Bottle to be connected
  • connect: ID!
  • # if TRUE Bottle will be disconnected
  • disconnect: Boolean
  • }