Uses of Interface
io.leangen.graphql.GraphQLSchemaProcessor
-
Packages that use GraphQLSchemaProcessor Package Description io.leangen.graphql -
-
Uses of GraphQLSchemaProcessor in io.leangen.graphql
Methods in io.leangen.graphql with parameters of type GraphQLSchemaProcessor Modifier and Type Method Description GraphQLSchemaGeneratorGraphQLSchemaGenerator. withSchemaProcessors(GraphQLSchemaProcessor... processors)Registers custom schema processors that can perform arbitrary transformations on the schema just before it is built.
-