INPUT_OBJECT

CreateBottleFamilySuitabilityRelation

Create Bottle Family to Suitability relation input object

link GraphQL Schema definition

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