INPUT_OBJECT

UpdateBottleFamilySuitabilityRelation

Update Bottle Family to Suitability relation input object

link GraphQL Schema definition

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