Package | Description |
---|---|
graphql.nextgen |
WARNING: All code in this package is a work in progress for a new execution engine.
|
Modifier and Type | Method and Description |
---|---|
GraphQL.Builder |
GraphQL.Builder.executionIdProvider(ExecutionIdProvider executionIdProvider) |
GraphQL.Builder |
GraphQL.Builder.executionStrategy(ExecutionStrategy executionStrategy) |
GraphQL.Builder |
GraphQL.Builder.instrumentation(Instrumentation instrumentation) |
static GraphQL.Builder |
GraphQL.newGraphQL(GraphQLSchema graphQLSchema)
Helps you build a GraphQL object ready to execute queries
|
GraphQL.Builder |
GraphQL.Builder.preparsedDocumentProvider(PreparsedDocumentProvider preparsedDocumentProvider) |
GraphQL.Builder |
GraphQL.Builder.schema(GraphQLSchema graphQLSchema) |
Modifier and Type | Method and Description |
---|---|
GraphQL |
GraphQL.transform(Consumer<GraphQL.Builder> builderConsumer)
This helps you transform the current GraphQL object into another one by starting a builder with all
the current values and allows you to transform it how you want.
|
Constructor and Description |
---|
GraphQL(GraphQL.Builder builder) |
Copyright © 2019. All rights reserved.