OBJECT

Attachment

file attachment

link GraphQL Schema definition

  • type Attachment implements Node {
  • filename: String
  • id: ID!
  • # The file size of the image in bytes.
  • size: Int
  • # The src URL for the image.
  • url: String!
  • }