OBJECT

LinkAttachment

A link attachment

link GraphQL Schema definition

  • type LinkAttachment {
  • # Title of the link
  • title: String!
  • # Url of the link
  • url: URI!
  • }