INPUT_OBJECT

CreateBottleFamilyBottleSectionRelation

Create Bottle Family to Bottle Section relation input object

link GraphQL Schema definition

  • input CreateBottleFamilyBottleSectionRelation {
  • # 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!]
  • }