Package 

Class AugmentationHandler

  • All Implemented Interfaces:

    
    public abstract class AugmentationHandler
    
                        

    A base class for augmenting a TypeDefinitionRegistry. There a re 2 steps in augmenting the types:

    • augmenting the type by creating the relevant query / mutation fields and adding filtering and sorting to the relation fields

    • generating a data fetcher based on a field definition. The field may be an augmented field (from step 1) but can also be a user specified query / mutation field

    • Constructor Detail

      • AugmentationHandler

        AugmentationHandler(SchemaConfig schemaConfig, TypeDefinitionRegistry typeDefinitionRegistry, TypeDefinitionRegistry neo4jTypeDefinitionRegistry)