Package-level declarations
Types
Link copied to clipboard
data class ExecutionInput(val query: String, val schemaId: String, val requestContext: Any, val variables: Map<String, Any?> = emptyMap(), val operationName: String? = null)
This is a class that encapsulates what is necessary to run execute a query. For now all the data in here might be used but it should eventually have a builder