createCaseNote: CaseNote!

This mutation is used to create a new case note for a case. Return information can include aspect details such as staff members and workflows. **Returns:** Returns the newly created case note data.

caseId: UUID!

The specific case that the notes will be attached to.

caseNote: CaseNoteInput!

The title and text input for the case notes.

aspectsIds: [UUID!]!

The aspect IDs that the case note will be added to.