Uses of Class
io.leangen.graphql.GraphQLRuntime.Builder
-
Packages that use GraphQLRuntime.Builder Package Description io.leangen.graphql -
-
Uses of GraphQLRuntime.Builder in io.leangen.graphql
Methods in io.leangen.graphql that return GraphQLRuntime.Builder Modifier and Type Method Description GraphQLRuntime.BuilderGraphQLRuntime.Builder. batchLoader(String loaderName, org.dataloader.BatchLoaderWithContext<?,?> loader)GraphQLRuntime.BuilderGraphQLRuntime.Builder. batchLoaders(Map<String,org.dataloader.BatchLoaderWithContext<?,?>> loaders)GraphQLRuntime.BuilderGraphQLRuntime.Builder. dataLoaderOptions(String loaderName, org.dataloader.DataLoaderOptions options)GraphQLRuntime.BuilderGraphQLRuntime.Builder. dataLoaderOptions(org.dataloader.DataLoaderOptions options)GraphQLRuntime.BuilderGraphQLRuntime.Builder. instrumentation(graphql.execution.instrumentation.Instrumentation instrumentation)GraphQLRuntime.BuilderGraphQLRuntime.Builder. maximumQueryComplexity(int limit)static GraphQLRuntime.BuilderGraphQLRuntime. newGraphQL(graphql.schema.GraphQLSchema graphQLSchema)static GraphQLRuntime.BuilderGraphQLRuntime. newGraphQL(ExecutableSchema graphQLSchema)GraphQLRuntime.BuilderGraphQLRuntime.Builder. typeRegistry(TypeRegistry typeRegistry)
-