EvaluateCodeResponse

Types

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

Properties

Link copied to clipboard

Contains the payload of the response error.

Link copied to clipboard

The result of the evaluation operation.

Link copied to clipboard

A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

Link copied to clipboard

The list of runtime errors that are added to the GraphQL operation response.

Link copied to clipboard

An object available inside each resolver and function handler. A single stash object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.

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