INPUT_OBJECT

CreateImageRepresentationRelation

Create Image to Media relation input object

link GraphQL Schema definition

  • input CreateImageRepresentationRelation {
  • # ID of Media to be connected
  • connect: ID!
  • }