INPUT_OBJECT

UpdateImageRepresentationRelation

Update Image to Media relation input object

link GraphQL Schema definition

  • input UpdateImageRepresentationRelation {
  • # ID of Media to be connected
  • connect: ID
  • # if TRUE Media will be disconnected
  • disconnect: Boolean
  • }