public interface SchemaTransformer
| Modifier and Type | Method and Description |
|---|---|
default graphql.schema.GraphQLArgument |
transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLArgument |
transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLDirective |
transformDirective(graphql.schema.GraphQLDirective directive,
Directive directiveModel,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLFieldDefinition |
transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLInputObjectField |
transformInputField(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext) |
default graphql.schema.GraphQLFieldDefinition transformField(graphql.schema.GraphQLFieldDefinition field,
Operation operation,
OperationMapper operationMapper,
BuildContext buildContext)
default graphql.schema.GraphQLInputObjectField transformInputField(graphql.schema.GraphQLInputObjectField field,
InputField inputField,
OperationMapper operationMapper,
BuildContext buildContext)
default graphql.schema.GraphQLArgument transformArgument(graphql.schema.GraphQLArgument argument,
OperationArgument operationArgument,
OperationMapper operationMapper,
BuildContext buildContext)
default graphql.schema.GraphQLArgument transformArgument(graphql.schema.GraphQLArgument argument,
DirectiveArgument directiveArgument,
OperationMapper operationMapper,
BuildContext buildContext)
default graphql.schema.GraphQLDirective transformDirective(graphql.schema.GraphQLDirective directive,
Directive directiveModel,
OperationMapper operationMapper,
BuildContext buildContext)
Copyright © 2016–2018. All rights reserved.