| Package | Description |
|---|---|
| net.morimekta.providence.graphql | |
| net.morimekta.providence.graphql.parser | |
| net.morimekta.providence.graphql.utils |
| Modifier and Type | Method and Description |
|---|---|
GQLDefinition |
GQLDefinition.Builder.build()
Build the GraphQL definition.
|
| Modifier and Type | Method and Description |
|---|---|
static GQLServlet.Builder |
GQLServlet.builder(GQLDefinition definition) |
| Constructor and Description |
|---|
GQLSchemaServlet(GQLDefinition definition) |
GQLServlet(GQLDefinition definition,
GQLProcessorProvider<?> queryProvider,
GQLProcessorProvider<?> mutationProvider,
Collection<GQLFieldProvider<?>> fieldProviders,
GQLContextFactory<?> contextFactory,
ExecutorService executorService) |
| Constructor and Description |
|---|
GQLParser(GQLDefinition definition) |
| Constructor and Description |
|---|
FieldFieldProvider(GQLDefinition definition) |
InputValueFieldProvider(GQLDefinition definition) |
TypeFieldProvider(GQLDefinition definition) |
Copyright © 2015–2020 morimekta.net. All rights reserved.