@PublicSpi public interface SchemaGeneratorPostProcessing
SchemaGenerator
after a valid schema has been built
and they can then adjust it accordingly with some sort of post processing.Modifier and Type | Method and Description |
---|---|
GraphQLSchema |
process(GraphQLSchema originalSchema)
Called to transform the schema from its built state into something else
|
GraphQLSchema process(GraphQLSchema originalSchema)
originalSchema
- the original built schema