NoteInput
Payload for a note
Fields
attached_document
· Upload
· The document attached to the note attached_image
· Upload
· The image attached to the note Used By
Definition
"""Payload for a note"""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}