INPUT_OBJECT

UpdateVinolokSizeRelation

Update Closure to Vinolok Size relation input object

link GraphQL Schema definition

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