| Package | Description |
|---|---|
| io.leangen.graphql.execution | |
| io.leangen.graphql.generator | |
| io.leangen.graphql.generator.types | |
| io.leangen.graphql.metadata | |
| io.leangen.graphql.metadata.strategy.query |
| Constructor and Description |
|---|
OperationExecutor(Operation operation,
ValueMapper valueMapper,
GlobalEnvironment globalEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Operation> |
OperationRepository.getChildQueries(AnnotatedType domainType) |
Set<Operation> |
OperationRepository.getEmbeddableQueries(Type domainType) |
Collection<Operation> |
OperationRepository.getMutations() |
Set<Operation> |
OperationRepository.getNestedQueries(AnnotatedType domainType) |
Collection<Operation> |
OperationRepository.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLFieldDefinition |
OperationMapper.toGraphQLOperation(Operation operation,
BuildContext buildContext)
Maps a single operation to a GraphQL output field (as queries in GraphQL are nothing but fields of the root operation type).
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
MappedGraphQLFieldDefinition.getOperation() |
| Constructor and Description |
|---|
MappedGraphQLFieldDefinition(graphql.schema.GraphQLFieldDefinition fieldDefinition,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.unbatch() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
OperationBuilder.buildMutation(List<Resolver> resolvers) |
Operation |
DefaultOperationBuilder.buildMutation(List<Resolver> resolvers) |
Operation |
OperationBuilder.buildQuery(List<Resolver> resolvers) |
Operation |
DefaultOperationBuilder.buildQuery(List<Resolver> resolvers) |
Copyright © 2016–2017. All rights reserved.