Package graphql.schema.idl
Interface SchemaGeneratorPostProcessing
Deprecated.
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 TypeMethodDescriptionprocess(GraphQLSchema originalSchema) Deprecated.Called to transform the schema from its built state into something else
-
Method Details
-
process
Deprecated.Called to transform the schema from its built state into something else- Parameters:
originalSchema- the original built schema- Returns:
- a non null schema
-
SchemaTransformerafter the schema is built