Rule App Sync Parameters Args
data class RuleAppSyncParametersArgs(val graphQlOperation: Output<String>) : ConvertibleToJava<RuleAppSyncParametersArgs>
Properties
Link copied to clipboard
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 AWS AppSync User Guide .