INPUT_OBJECT

IndividualClientNoteInput

Payload for an individual client note

link GraphQL Schema definition

  • input IndividualClientNoteInput {
  • # The content of the individual client note
  • content: String
  • # The ID of the individual client note
  • id: ID
  • # The ID of the user who created the individual client note
  • user_id: ID
  • }