EventTargetAppsyncTarget constructor

const EventTargetAppsyncTarget({
  1. Input<String?>? graphqlOperation,
})

Creates a new EventTargetAppsyncTarget. graphqlOperation Contains the GraphQL mutation to be parsed and executed.

Implementation

const EventTargetAppsyncTarget({
  this.graphqlOperation,
});