INPUT_OBJECT

createNoteInput

Autogenerated input type of createNote

link GraphQL Schema definition

  • input createNoteInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • attached_audio: Upload
  • attached_document: Upload
  • attached_image: Upload
  • attached_image_string: String
  • content: String
  • conversation_id: String
  • created_at: String
  • hide_org_chat_confirmation: Boolean
  • # True, if a note create action called in the organization chat context
  • org_chat: Boolean
  • scheduled_at: String
  • updated_at: String
  • user_id: String
  • }