Interface SchemaGeneratorPostProcessing


@PublicSpi @Deprecated public interface SchemaGeneratorPostProcessing
Deprecated.
This mechanism can be achieved in a better way via SchemaTransformer after the schema is built
These are called by the SchemaGenerator after a valid schema has been built and they can then adjust it accordingly with some sort of post processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(GraphQLSchema originalSchema)
    Deprecated.
    Called to transform the schema from its built state into something else
  • Method Details

    • process

      GraphQLSchema process(GraphQLSchema originalSchema)
      Deprecated.
      Called to transform the schema from its built state into something else
      Parameters:
      originalSchema - the original built schema
      Returns:
      a non null schema