Uses of Class
com.graphql_java_generator.client.GraphQLConfiguration
Package | Description |
---|---|
com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Uses of GraphQLConfiguration in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return GraphQLConfiguration Modifier and Type Method Description GraphQLConfiguration
AbstractGraphQLRequest. getInstanceConfiguration()
This gets the configuration for this instance.static GraphQLConfiguration
AbstractGraphQLRequest. getStaticConfiguration()
This gets the default configuration, that will apply if no local configuration has been defined for this instance.Methods in com.graphql_java_generator.client.request with parameters of type GraphQLConfiguration Modifier and Type Method Description void
AbstractGraphQLRequest. setInstanceConfiguration(GraphQLConfiguration instanceConfiguration)
This sets the configuration for this instance.static void
AbstractGraphQLRequest. setStaticConfiguration(GraphQLConfiguration staticConfiguration)
This sets the default configuration, that will apply if no local configuration has been defined for this instance.