public class GraphQLRuntime
extends graphql.GraphQL
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphQLRuntime.Builder |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<graphql.ExecutionResult> |
executeAsync(graphql.ExecutionInput executionInput) |
static GraphQLRuntime.Builder |
newGraphQL(graphql.schema.GraphQLSchema graphQLSchema) |
public CompletableFuture<graphql.ExecutionResult> executeAsync(graphql.ExecutionInput executionInput)
executeAsync in class graphql.GraphQLpublic static GraphQLRuntime.Builder newGraphQL(graphql.schema.GraphQLSchema graphQLSchema)
Copyright © 2016–2018. All rights reserved.