RuleAppSyncParameters

data class RuleAppSyncParameters(val graphQlOperation: String)

Constructors

Link copied to clipboard
constructor(graphQlOperation: String)

Types

Link copied to clipboard
object Companion

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 .