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 GraphQLConfigurationAbstractGraphQLRequest. getInstanceConfiguration()This gets the configuration for this instance.static GraphQLConfigurationAbstractGraphQLRequest. 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 voidAbstractGraphQLRequest. setInstanceConfiguration(GraphQLConfiguration instanceConfiguration)This sets the configuration for this instance.static voidAbstractGraphQLRequest. setStaticConfiguration(GraphQLConfiguration staticConfiguration)This sets the default configuration, that will apply if no local configuration has been defined for this instance.