Uses of Package
com.graphql_java_generator.client
Package | Description |
---|---|
com.graphql_java_generator.client | |
com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client Class Description GraphqlClientUtils GraphQLRequestObject This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.OAuthTokenExtractor This class is used to retrieve the OAuth token, when in client mode, for subscription.QueryExecutor This class is the query executor : a generic class, responsible for calling the GraphQL server, and return its response as POJOs.SubscriptionCallback This interface will receive the notification for each message that comes from a subscription.SubscriptionClient This interface allows the application to interact with the subscription, once it has subscribed to it. -
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client.request Class Description GraphQLConfiguration This class contains a GraphQL configuration for the GraphQL client.GraphQLRequestObject This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.SubscriptionCallback This interface will receive the notification for each message that comes from a subscription.SubscriptionClient This interface allows the application to interact with the subscription, once it has subscribed to it.