OBJECT

UserMediaReference

link GraphQL Schema definition

  • type UserMediaReference implements Node {
  • id: ID!
  • # 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!
  • user: User
  • image: Image
  • }