@ApplicationScoped public class GraphQLProducer extends Object
| Constructor and Description |
|---|
GraphQLProducer() |
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.graphql.execution.ExecutionService |
getExecutionService() |
graphql.schema.GraphQLSchema |
getGraphQLSchema() |
io.smallrye.graphql.execution.SchemaPrinter |
getSchemaPrinter() |
void |
initializeGraphQL(GraphQLConfig config,
io.smallrye.graphql.schema.model.Schema schema) |
public void initializeGraphQL(GraphQLConfig config, io.smallrye.graphql.schema.model.Schema schema)
@Produces public graphql.schema.GraphQLSchema getGraphQLSchema()
@Produces public io.smallrye.graphql.execution.ExecutionService getExecutionService()
@Produces public io.smallrye.graphql.execution.SchemaPrinter getSchemaPrinter()
Copyright © 2018–2020. All rights reserved.