public class GraphQLRuntime
extends graphql.GraphQL
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQLRuntime.Builder |
static class |
GraphQLRuntime.InstrumentationChain |
static class |
GraphQLRuntime.InstrumentationContextChain<T> |
| Modifier and Type | Method and Description |
|---|---|
graphql.ExecutionResult |
execute(String requestString,
String operationName,
Object context,
Map<String,Object> arguments) |
static GraphQLRuntime.Builder |
newGraphQL(graphql.schema.GraphQLSchema graphQLSchema) |
Copyright © 2016–2017. All rights reserved.