OBJECT
UserMediaReference
link GraphQL Schema definition
- type UserMediaReference implements Node {
- : ID!
- # The publication of the media reference.
- : String!
- # The title of the media reference.
- : String!
- # The url to the media reference.
- : String!
- # The description of the media reference.
- : String
- # The ordinal of the link.
- : Int!
- # The publication date of the media reference.
- : Time
- : Time!
- : Time!
- : User
- : Image
- }