UpdateClientNotesInput
No description
input UpdateClientNotesInput {
clientId: ClientID!
notes: String
}
Fields
UpdateClientNotesInput.clientId ● ClientID! non-null scalar
UpdateClientNotesInput.notes ● String scalar
Member Of
updateClientNotes mutation