public class SchemaTransformerRegistry extends Object
| Constructor and Description |
|---|
SchemaTransformerRegistry(List<SchemaTransformer> transformers) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLArgument |
transform(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLArgument |
transform(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLDirective |
transform(graphql.schema.GraphQLDirective directive,
Directive directiveModel,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLFieldDefinition |
transform(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
graphql.schema.GraphQLInputObjectField |
transform(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext) |
public SchemaTransformerRegistry(List<SchemaTransformer> transformers)
public graphql.schema.GraphQLFieldDefinition transform(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext)
public graphql.schema.GraphQLInputObjectField transform(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext)
public graphql.schema.GraphQLArgument transform(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext)
public graphql.schema.GraphQLArgument transform(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext)
public graphql.schema.GraphQLDirective transform(graphql.schema.GraphQLDirective directive,
Directive directiveModel,
OperationMapper operationMapper,
BuildContext buildContext)
Copyright © 2016–2018. All rights reserved.