Package com.graphql_java_generator.client
package com.graphql_java_generator.client
-
ClassDescriptionThis interface marks a class as being the non reactive executor for a GraphQL mutation.This interface marks a class as being the reactive executor for a GraphQL mutation.This class is a wrapper around an
ObjectMapper
.This interface marks a class as being the non reactive executor for a GraphQL query.This interface marks a class as being the reactive executor for a GraphQL query.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.This interface marks a class as being the (non reactive) executor for a GraphQL subscription.This interface marks a class as being the reactive executor for a GraphQL subscription.This class is used to retrieve the OAuth token, when in client mode, for subscription.An implementation of a springClientResponse
, that will contain the faked response, which body is the value for the Authorization header (that contains the bearer token)This class filters the dummy request, and respond by theOAuthTokenExtractor.GetOAuthTokenClientResponse
when theOAuthTokenExtractor.DUMMY_REQUEST
is executedDeprecated.Deprecated.This classThis interface will receive the notification for each message that comes from a subscription.This interface allows the application to interact with the subscription, once it has subscribed to it.Default implementation for theSubscriptionClient
interface.
Since 2.x release, this class is quite useless.