EvaluateCodeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The code definition to be evaluated. Note that code and runtime are both required for this action. The runtime value must be APPSYNC_JS.

Link copied to clipboard

The map that holds all of the contextual information for your resolver invocation. A context is required for this action.

Link copied to clipboard

The function within the code to be evaluated. If provided, the valid values are request and response.

Link copied to clipboard

The runtime to be used when evaluating the code. Currently, only the APPSYNC_JS runtime is supported.

Functions

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