| Modifier and Type | Method and Description |
|---|---|
static BootstrapedResult |
Bootstrap.bootstrap(Schema schema,
Config config) |
void |
Bootstrap.registerBatchLoader(Operation operation,
Config config) |
| Constructor and Description |
|---|
ExecutionService(Config config,
graphql.schema.GraphQLSchema graphQLSchema) |
ExecutionService(Config config,
graphql.schema.GraphQLSchema graphQLSchema,
org.dataloader.DataLoaderRegistry dataLoaderRegistry) |
SchemaPrinter(Config config) |
| Constructor and Description |
|---|
SourceBatchLoader(Operation operation,
Config config) |
| Constructor and Description |
|---|
BatchDataFetcher(Operation operation,
Config config) |
ReflectionDataFetcher(Operation operation,
Config config)
We use this reflection data fetcher on operations (so Queries, Mutations and Source)
ParameterClasses: We need an Array of Classes that this operation method needs so we can use reflection to call the
method.
|
| Constructor and Description |
|---|
ExceptionHandler(Config config) |
| Modifier and Type | Method and Description |
|---|---|
static EventEmitter |
EventEmitter.getInstance(Config config) |
Copyright © 2018–2020. All rights reserved.