Skip to main content

upsertSummaryByIdInput

All input for the upsertSummaryById mutation.

input upsertSummaryByIdInput {
clientMutationId: String
summary: SummaryInput!
patch: SummaryPatch!
}

Fields

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

upsertSummaryByIdInput.summary ● SummaryInput! non-null input

The Summary to be created by this mutation.

upsertSummaryByIdInput.patch ● SummaryPatch! non-null input

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

Member Of

upsertSummaryById mutation