OBJECT
type UserLink implements Node {id: ID! # The title of the link.title: String! # The url of the link.url: String! # The description of the link.description: String # The ordinal of the link.ordinal: Int! user: User image: Image }