Skip to main content

CreateSummaryInput

All input for the create Summary mutation.

input CreateSummaryInput {
clientMutationId: String
summary: SummaryInput!
}

Fields

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

CreateSummaryInput.summary ● SummaryInput! non-null input

The Summary to be created by this mutation.

Member Of

createSummary mutation