Package graphql

Class GraphQLUnusualConfiguration

java.lang.Object
graphql.GraphQLUnusualConfiguration

public class GraphQLUnusualConfiguration extends Object
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.