Uses of Interface
com.graphql_java_generator.client.GraphQLSubscriptionExecutor
-
Uses of GraphQLSubscriptionExecutor in com.generated.graphql.util
Modifier and TypeClassDescriptionclass
This class contains the methods that allows the execution of the subscriptions that are defined in the SubscriptionType of the GraphQL schema.
These methods allows: Preparation of partial subscription requests Execution of partial prepared subscription requests Execution of partial direct subscription requests You'll find all the documentation on the client page doc.