INPUT_OBJECT

UpdateBottleFamilyBottleSectionRelation

Update Bottle Family to Bottle Section relation input object

link GraphQL Schema definition

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