Uses of Interface
com.graphql_java_generator.client.GraphQLSubscriptionExecutor
Packages that use GraphQLSubscriptionExecutor
-
Uses of GraphQLSubscriptionExecutor in com.generated.graphql.util
Classes in com.generated.graphql.util that implement GraphQLSubscriptionExecutorModifier 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.