Package graphql
Class GraphQLUnusualConfiguration
java.lang.Object
graphql.GraphQLUnusualConfiguration
This allows you to control "unusual" aspects of the GraphQL system
including some JVM wide settings and some per execution settings
as well as experimental ones.
This is named unusual because in general we don't expect you to have to make ths configuration by default, but you can opt into certain features or disable them if you want to.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Method Summary
-
Method Details
-
parsing
- Returns:
- an element that allows you to control JVM wide parsing configuration
-
propertyDataFetching
- Returns:
- an element that allows you to control JVM wide
PropertyDataFetcher
configuration
-
goodFaithIntrospection
- Returns:
- an element that allows you to control JVM wide configuration
of
GoodFaithIntrospection
-