data class GraphglueSchema(val schema: GraphQLSchema, val filterDefinitionCollection: FilterDefinitionCollection)

Named tuple consisting of a GraphQLSchema and a NodeDefinitionCollection Helper type for a bean which has to construct both at the same time

Parameters

schema

the GraphQLSchema

filterDefinitionCollection

Constructors

Link copied to clipboard
constructor(schema: GraphQLSchema, filterDefinitionCollection: FilterDefinitionCollection)

Properties

Link copied to clipboard
val schema: GraphQLSchema