CreateExecutiveSummaryInput
All input for the create ExecutiveSummary mutation.
input CreateExecutiveSummaryInput {
clientMutationId: String
executiveSummary: ExecutiveSummaryInput!
}
Fields
CreateExecutiveSummaryInput.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.
CreateExecutiveSummaryInput.executiveSummary ● ExecutiveSummaryInput! non-null input
The ExecutiveSummary to be created by this mutation.
Member Of
createExecutiveSummary mutation