Skip to main content

upsertNoteByAccordMemberIdInput

All input for the upsertNoteByAccordMemberId mutation.

input upsertNoteByAccordMemberIdInput {
clientMutationId: String
note: NoteInput!
patch: NotePatch!
}

Fields

upsertNoteByAccordMemberIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

upsertNoteByAccordMemberIdInput.note ● NoteInput! non-null input

The Note to be created by this mutation.

upsertNoteByAccordMemberIdInput.patch ● NotePatch! non-null input

An object where the defined keys will be set on the Note being updated.

Member Of

upsertNoteByAccordMemberId mutation