Uses of Package
com.graphql_java_generator.client
Packages that use com.graphql_java_generator.client
Package
Description
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.generated.graphqlClassDescriptionThis 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.
-
Classes in com.graphql_java_generator.client used by com.generated.graphql.utilClassDescriptionThis 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 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 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.
-
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.clientClassDescriptionThis 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.Deprecated.This 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.
-
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.client.requestClassDescriptionThis class is a wrapper around an
ObjectMapper
.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 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. -
Classes in com.graphql_java_generator.client used by com.graphql_java_generator.samples.simple.client.graphqlClassDescriptionThis interface will receive the notification for each message that comes from a subscription.