Interface SchemaTransformer

    • Method Detail

      • transformField

        default graphql.schema.GraphQLFieldDefinition transformField​(graphql.schema.GraphQLFieldDefinition field,
                                                                     Operation operation,
                                                                     OperationMapper operationMapper,
                                                                     BuildContext buildContext)
      • transformInputField

        default graphql.schema.GraphQLInputObjectField transformInputField​(graphql.schema.GraphQLInputObjectField field,
                                                                           InputField inputField,
                                                                           OperationMapper operationMapper,
                                                                           BuildContext buildContext)
      • transformArgument

        default graphql.schema.GraphQLArgument transformArgument​(graphql.schema.GraphQLArgument argument,
                                                                 OperationArgument operationArgument,
                                                                 OperationMapper operationMapper,
                                                                 BuildContext buildContext)
      • transformArgument

        default graphql.schema.GraphQLArgument transformArgument​(graphql.schema.GraphQLArgument argument,
                                                                 DirectiveArgument directiveArgument,
                                                                 OperationMapper operationMapper,
                                                                 BuildContext buildContext)
      • transformArgument

        default graphql.schema.GraphQLAppliedDirectiveArgument transformArgument​(graphql.schema.GraphQLAppliedDirectiveArgument argument,
                                                                                 DirectiveArgument directiveArgument,
                                                                                 OperationMapper operationMapper,
                                                                                 BuildContext buildContext)
      • transformDirective

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

        default graphql.schema.GraphQLAppliedDirective transformDirective​(graphql.schema.GraphQLAppliedDirective directive,
                                                                          Directive directiveModel,
                                                                          OperationMapper operationMapper,
                                                                          BuildContext buildContext)