Skip to content

createNoteInput

Autogenerated input type of createNote

Fields

deprecated DO NOT USE
org_chat · Boolean · True, if a note create action called in the organization chat context

Used By

Definition

"""
Autogenerated input type of createNote
"""
input createNoteInput {
"""
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: ID!
created_at: ISO8601DateTime
hide_org_chat_confirmation: Boolean
"""
True, if a note create action called in the organization chat context
"""
org_chat: Boolean
scheduled_at: ISO8601DateTime
updated_at: ISO8601DateTime
user_id: ID
}