Skip to content

updateNoteInput

Autogenerated input type of updateNote

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateNote
"""
input updateNoteInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
attached_audio: Upload
attached_document: Upload
attached_image: Upload
attached_image_string: String
content: String
conversation_id: String
id: ID
scheduled_at: String
user_id: String
}