INPUT_OBJECT

UpdateUserMediaReferenceInput

UpdateUserMediaReferenceInput is used for update UserMediaReference object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateUserMediaReferenceInput {
  • # The publication of the media reference.
  • publication: String
  • # The title of the media reference.
  • title: String
  • # The url to the media reference.
  • url: String
  • # The description of the media reference.
  • description: String
  • clearDescription: Boolean
  • # The ordinal of the link.
  • ordinal: Int
  • # The publication date of the media reference.
  • publicationDate: Time
  • clearPublicationDate: Boolean
  • updatedAt: Time
  • userID: ID
  • clearUser: Boolean
  • imageID: ID
  • clearImage: Boolean
  • # The URL of the image, usually fetched via OpenGraph to add to this link. This
  • # image will be copied to our CDN.
  • imageURL: String
  • }

link Require by