INPUT_OBJECT

UpdateReferenceRepresentationRelation

Update Reference to Media relation input object

link GraphQL Schema definition

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