UpdateInterviewNotesInput
Updates the notes of the interview.
input UpdateInterviewNotesInput {
clientId: ClientID!
notes: String!
}
Fields
UpdateInterviewNotesInput.clientId ● ClientID! non-null scalar
Unique identifier of the client this interview belongs to.
UpdateInterviewNotesInput.notes ● String! non-null scalar
The updated notes for the interview.
Member Of
updateInterviewNotes mutation