| Package | Description |
|---|---|
| io.leangen.graphql.generator.mapping | |
| io.leangen.graphql.generator.mapping.common | |
| io.leangen.graphql.metadata |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLArgument |
SchemaTransformerRegistry.transform(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLArgument |
SchemaTransformer.transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLArgument |
NonNullMapper.transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
List<DirectiveArgument> |
Directive.getArguments() |
| Constructor and Description |
|---|
Directive(String name,
String description,
graphql.introspection.Introspection.DirectiveLocation[] locations,
List<DirectiveArgument> arguments) |
Copyright © 2016–2018. All rights reserved.