ExecutionInput

constructor(query: String, schemaId: String, requestContext: Any, variables: Map<String, Any?> = emptyMap(), operationName: String? = null)(source)

Parameters

query

The query that will be executed

schemaId

The scopedSchemaId to find the engine for

requestContext

To build the ExecutionInput

variables

to build the ExecutionInput

operationName

to build the ExecutionInput