Interface TypeDefinitionConfigurer

All Known Implementing Classes:
ConnectionTypeDefinitionConfigurer

public interface TypeDefinitionConfigurer
Callback that allows customizing the TypeDefinitionRegistry created from parsed schema files. It allows adding schema types programmatically before the registry is used to create GraphQLSchema.
Since:
1.2.0
Author:
Rossen Stoyanchev