Package io.leangen.graphql
Class GraphQLRuntime
- java.lang.Object
-
- io.leangen.graphql.GraphQLRuntime
-
public class GraphQLRuntime extends Object
Wrapper around GraphQL builder that allows easy instrumentation chaining, limiting query complexity and context wrapping
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLRuntime.Builder
-
Constructor Summary
Constructors Constructor Description GraphQLRuntime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphQLRuntime.BuildernewGraphQL(graphql.schema.GraphQLSchema graphQLSchema)static GraphQLRuntime.BuildernewGraphQL(ExecutableSchema graphQLSchema)
-
-
-
Method Detail
-
newGraphQL
public static GraphQLRuntime.Builder newGraphQL(graphql.schema.GraphQLSchema graphQLSchema)
-
newGraphQL
public static GraphQLRuntime.Builder newGraphQL(ExecutableSchema graphQLSchema)
-
-