Package | Description |
---|---|
graphql.execution | |
graphql.execution.nextgen |
WARNING: All code in this package is a work in progress for a new execution engine.
|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
static ExecutionId |
ExecutionId.from(String id)
Create an identifier from the given string
|
static ExecutionId |
ExecutionId.generate()
Create an unique identifier from the given string
|
ExecutionId |
ExecutionContext.getExecutionId() |
ExecutionId |
ExecutionIdProvider.provide(String query,
String operationName,
Object context)
Allows provision of a unique identifier per query execution.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ExecutionResult> |
Execution.execute(Document document,
GraphQLSchema graphQLSchema,
ExecutionId executionId,
ExecutionInput executionInput,
InstrumentationState instrumentationState) |
ExecutionContextBuilder |
ExecutionContextBuilder.executionId(ExecutionId executionId) |
Modifier and Type | Method and Description |
---|---|
ExecutionHelper.ExecutionData |
ExecutionHelper.createExecutionData(Document document,
GraphQLSchema graphQLSchema,
ExecutionId executionId,
ExecutionInput executionInput,
InstrumentationState instrumentationState) |
CompletableFuture<ExecutionResult> |
Execution.execute(ExecutionStrategy executionStrategy,
Document document,
GraphQLSchema graphQLSchema,
ExecutionId executionId,
ExecutionInput executionInput,
InstrumentationState instrumentationState) |
Modifier and Type | Method and Description |
---|---|
ExecutionId |
DataFetchingEnvironmentImpl.getExecutionId() |
ExecutionId |
DataFetchingEnvironment.getExecutionId() |
Modifier and Type | Method and Description |
---|---|
DataFetchingEnvironmentImpl.Builder |
DataFetchingEnvironmentImpl.Builder.executionId(ExecutionId executionId) |
Copyright © 2019. All rights reserved.