INPUT_OBJECT

NoteInput

Payload for a note

link GraphQL Schema definition

  • input NoteInput {
  • # The document attached to the note
  • attached_document: Upload
  • # The image attached to the note
  • attached_image: Upload
  • # The content of the note
  • content: String
  • }