INPUT_OBJECT

UpdateBottleFamilyBottleShapeRelation

Update Bottle Family to Bottle Shape relation input object

link GraphQL Schema definition

  • input UpdateBottleFamilyBottleShapeRelation {
  • # IDs of Bottle Shapes to be connected
  • connect: [ID!]
  • # IDs of Bottle Shapes which should be synced (IDs which are not included will be
  • # disconnected, new will be connected)
  • sync: [ID]
  • # IDs of Bottle Shapes to be disconnected
  • disconnect: [ID!]
  • }