UpdateSummaryInput
All input for the updateSummary mutation.
input UpdateSummaryInput {
clientMutationId: String
patch: SummaryPatch!
id: String!
}
Fields
UpdateSummaryInput.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.
UpdateSummaryInput.patch ● SummaryPatch! non-null input
An object where the defined keys will be set on the Summary being updated.
UpdateSummaryInput.id ● String! non-null scalar
Member Of
updateSummary mutation