INPUT_OBJECT

UpdateBottleFamilyRelation

Update Reference to Bottle Family relation input object

link GraphQL Schema definition

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