INPUT_OBJECT

CreateBottleFamilyAvailabilityRelation

Create Bottle Family to Availability relation input object

link GraphQL Schema definition

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