Used to transform a GraphQL schema generated by graphql-kotlin Adds top level queries based on the DomainNode annotation Adds fields to Node types and interfaces

Inheritors

Properties

Link copied to clipboard

Additional order beans

Link copied to clipboard
abstract val dataFetcherFactoryProvider: KotlinDataFetcherFactoryProvider

provides function and property data fetchers

Link copied to clipboard

Collection with all filter definitions

Link copied to clipboard

Whether to include the skip field in the connection

Link copied to clipboard
abstract val inputTypeCache: CacheMap<String, GraphQLInputType>

Cache for GraphQLInputTypes

Link copied to clipboard
abstract val mappingContext: Neo4jMappingContext

mapping context used to get type information from Neo4j

Link copied to clipboard
Link copied to clipboard
abstract val outputTypeCache: CacheMap<String, GraphQLOutputType>

Cache for GraphQLOutputTypes

Link copied to clipboard
abstract val schema: GraphQLSchema

The new modified schema

Link copied to clipboard

used to generate the filter entries