OBJECT

NoteAttachment

link GraphQL Schema definition

  • type NoteAttachment {
  • # Download url
  • downloadUrl: String
  • # File name
  • filename: String
  • # ID of the note
  • id: ID!
  • }

link Require by