Skip to main content

upsertNoteByIdInput

All input for the upsertNoteById mutation.

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

Fields

upsertNoteByIdInput.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.

upsertNoteByIdInput.note ● NoteInput! non-null input

The Note to be created by this mutation.

upsertNoteByIdInput.patch ● NotePatch! non-null input

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

Member Of

upsertNoteById mutation