AppSyncParameters

Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: AppSyncParameters.Builder.() -> Unit = {}): AppSyncParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String