Skip to main content

upsertNoteByAccordMemberId

Inserts a single Note; if the record already exists then insteads updates the record.

upsertNoteByAccordMemberId(
input: upsertNoteByAccordMemberIdInput!
): UpsertNotePayload

Arguments

upsertNoteByAccordMemberId.input ● upsertNoteByAccordMemberIdInput! non-null input

The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.

Type

UpsertNotePayload object

The output of our upsert Note mutation.