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