Package io.leangen.graphql
Class ExecutableSchema
- java.lang.Object
-
- io.leangen.graphql.ExecutableSchema
-
public class ExecutableSchema extends Object
-
-
Field Summary
Fields Modifier and Type Field Description GlobalEnvironmentglobalEnvironment
-
Constructor Summary
Constructors Constructor Description ExecutableSchema(graphql.schema.GraphQLSchema schema, TypeRegistry typeRegistry, Map<String,org.dataloader.BatchLoaderWithContext<?,?>> batchLoaders, GlobalEnvironment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,org.dataloader.BatchLoaderWithContext<?,?>>getBatchLoaders()graphql.schema.GraphQLSchemagetSchema()TypeRegistrygetTypeRegistry()
-
-
-
Field Detail
-
globalEnvironment
public GlobalEnvironment globalEnvironment
-
-
Constructor Detail
-
ExecutableSchema
public ExecutableSchema(graphql.schema.GraphQLSchema schema, TypeRegistry typeRegistry, Map<String,org.dataloader.BatchLoaderWithContext<?,?>> batchLoaders, GlobalEnvironment env)
-
-
Method Detail
-
getSchema
public graphql.schema.GraphQLSchema getSchema()
-
getTypeRegistry
public TypeRegistry getTypeRegistry()
-
-