INPUT_OBJECT

CreateUserMediaReferenceInput

CreateUserMediaReferenceInput is used for create UserMediaReference object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateUserMediaReferenceInput {
  • # 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
  • # The ordinal of the link.
  • ordinal: Int
  • # The publication date of the media reference.
  • publicationDate: Time
  • createdAt: Time
  • updatedAt: Time
  • userID: ID
  • imageID: ID
  • # 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