Values.AppSyncParametersSourceContains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
type nonrec t = {graphQLOperation : GraphQLOperation.t option;The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service. For more information, see Operations in the AppSync User Guide.
*)}