Uses of Class
com.graphql_java_generator.client.request.Builder
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of Builder in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeExecutor.get__schemaResponseBuilder()
Get theBuilder
for the __Schema, as expected by the __schema query.QueryTypeReactiveExecutor.get__schemaResponseBuilder()
Get theBuilder
for the __Schema, as expected by the __schema query/mutation.MutationTypeExecutor.get__typenameResponseBuilder()
Get theBuilder
for the String, as expected by the __typename query.MutationTypeReactiveExecutor.get__typenameResponseBuilder()
Get theBuilder
for the String, as expected by the __typename query/mutation.QueryTypeExecutor.get__typenameResponseBuilder()
Get theBuilder
for the String, as expected by the __typename query.QueryTypeReactiveExecutor.get__typenameResponseBuilder()
Get theBuilder
for the String, as expected by the __typename query/mutation.QueryTypeExecutor.get__typeResponseBuilder()
Get theBuilder
for the __Type, as expected by the __type query.QueryTypeReactiveExecutor.get__typeResponseBuilder()
Get theBuilder
for the __Type, as expected by the __type query/mutation.MutationTypeExecutor.getAddFriendResponseBuilder()
Get theBuilder
for the Character, as expected by the addFriend query.MutationTypeReactiveExecutor.getAddFriendResponseBuilder()
Get theBuilder
for the Character, as expected by the addFriend query/mutation.QueryTypeExecutor.getCharactersResponseBuilder()
Get theBuilder
for the Character, as expected by the characters query.QueryTypeReactiveExecutor.getCharactersResponseBuilder()
Get theBuilder
for the Character, as expected by the characters query/mutation.MutationTypeExecutor.getCreateHumanResponseBuilder()
Get theBuilder
for the Human, as expected by the createHuman query.MutationTypeReactiveExecutor.getCreateHumanResponseBuilder()
Get theBuilder
for the Human, as expected by the createHuman query/mutation.QueryTypeExecutor.getDroidResponseBuilder()
Get theBuilder
for the Droid, as expected by the droid query.QueryTypeReactiveExecutor.getDroidResponseBuilder()
Get theBuilder
for the Droid, as expected by the droid query/mutation.QueryTypeExecutor.getHeroResponseBuilder()
Get theBuilder
for the Character, as expected by the hero query.QueryTypeReactiveExecutor.getHeroResponseBuilder()
Get theBuilder
for the Character, as expected by the hero query/mutation.QueryTypeExecutor.getHumanResponseBuilder()
Get theBuilder
for the Human, as expected by the human query.QueryTypeReactiveExecutor.getHumanResponseBuilder()
Get theBuilder
for the Human, as expected by the human query/mutation.SubscriptionTypeExecutor.getNewCharacterResponseBuilder()
Get theBuilder
for the Character, as expected by the newCharacter subscription.SubscriptionTypeReactiveExecutor.getNewCharacterResponseBuilder()
Get theBuilder
for the Character, as expected by the newCharacter subscription.MutationTypeExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods.MutationTypeReactiveExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods.QueryTypeExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods.QueryTypeReactiveExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods.SubscriptionTypeExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods.SubscriptionTypeReactiveExecutor.getResponseBuilder()
Get theBuilder
for a full request, as expected by the exec and execWithBindValues methods. -
Uses of Builder in com.graphql_java_generator.client.request
Modifier and TypeMethodDescriptionBuilder.withQueryResponseDef
(String queryResponseDef) Builds aObjectResponse
from a part of a GraphQL query.