EventTargetAppsyncTarget constructor
const
EventTargetAppsyncTarget({
- Input<
String?> ? graphqlOperation,
Creates a new EventTargetAppsyncTarget.
graphqlOperation Contains the GraphQL mutation to be parsed and executed.
Implementation
const EventTargetAppsyncTarget({
this.graphqlOperation,
});