OBJECT

UserLink

link GraphQL Schema definition

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