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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(graphql.schema.idl.TypeDefinitionRegistry registry)
    Customize the given TypeDefinitionRegistry.
  • Method Details

    • configure

      void configure(graphql.schema.idl.TypeDefinitionRegistry registry)
      Customize the given TypeDefinitionRegistry.
      Parameters:
      registry - the registry to customize