class SchemaTransformationContext(context: TraverserContext<*>, schemaTransformer: SchemaTransformer) : SchemaTransformer
Properties
Link copied to clipboard
Additional order beans
Link copied to clipboard
Code Registry to register new DataFetchers
Link copied to clipboard
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
Cache for GraphQLInputTypes
Link copied to clipboard
mapping context used to get type information from Neo4j
Link copied to clipboard
collection of all NodeDefinitions
Link copied to clipboard
Cache for GraphQLOutputTypes
Link copied to clipboard
used to generate the filter entries
Functions
Link copied to clipboard
private fun registerDataFetcher(type: GraphQLFieldsContainer, fieldName: String, dataFetcherFactory: DataFetcherFactory<Any?>)
Registers a DataFetcherFactory for a specific fieldName on a specific GraphQLFieldsContainer
Link copied to clipboard
Registers a data fetcher for a specific function
Link copied to clipboard
Registers a data fetcher for a specific property