Skip to content

updateNoteInput

Autogenerated input type of updateNote

Fields

Used By

Definition

"""
Autogenerated input type of updateNote
"""
input updateNoteInput {
attached_audio: Upload
attached_document: Upload
attached_image: Upload
attached_image_string: String
content: String
conversation_id: ID
id: ID
scheduled_at: ISO8601DateTime
user_id: ID
}