INPUT_OBJECT

PostAttachmentLinkInput

link GraphQL Schema definition

  • input PostAttachmentLinkInput {
  • url: String!
  • # The title of link, usually the opengraph title
  • title: String
  • # The description of the link, usually the opengraph description
  • description: String
  • # The image URL of the link, usually the opengraph image
  • imageURL: String
  • }