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