Class SchemaTransformerRegistry


  • public class SchemaTransformerRegistry
    extends Object
    • Constructor Detail

    • Method Detail

      • transform

        public graphql.schema.GraphQLFieldDefinition transform​(graphql.schema.GraphQLFieldDefinition field,
                                                               Operation operation,
                                                               OperationMapper operationMapper,
                                                               BuildContext buildContext)
      • transform

        public graphql.schema.GraphQLInputObjectField transform​(graphql.schema.GraphQLInputObjectField field,
                                                                InputField inputField,
                                                                OperationMapper operationMapper,
                                                                BuildContext buildContext)
      • transform

        public graphql.schema.GraphQLAppliedDirectiveArgument transform​(graphql.schema.GraphQLAppliedDirectiveArgument argument,
                                                                        DirectiveArgument directiveArgument,
                                                                        OperationMapper operationMapper,
                                                                        BuildContext buildContext)
      • transform

        public graphql.schema.GraphQLDirective transform​(graphql.schema.GraphQLDirective directive,
                                                         Directive directiveModel,
                                                         OperationMapper operationMapper,
                                                         BuildContext buildContext)
      • transform

        public graphql.schema.GraphQLAppliedDirective transform​(graphql.schema.GraphQLAppliedDirective directive,
                                                                Directive directiveModel,
                                                                OperationMapper operationMapper,
                                                                BuildContext buildContext)