Uses of Class
com.graphql_java_generator.exception.GraphQLRequestExecutionException
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of GraphQLRequestExecutionException in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeExecutor.__schema
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the __schema query against the GraphQL server.QueryTypeReactiveExecutor.__schema
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeExecutor.__schemaWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__schemaWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __schema query against the GraphQL server.QueryTypeReactiveExecutor.__schemaWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__schemaWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__type
(ObjectResponse objectResponse, String name, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the __type query against the GraphQL server.QueryTypeReactiveExecutor.__type
(ObjectResponse objectResponse, String name, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.MutationTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the __typename mutation against the GraphQL server.MutationTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the __typename query against the GraphQL server.QueryTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typename
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __typename mutation against the GraphQL server.MutationTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the __typename query against the GraphQL server.QueryTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typenameWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.__typeWithBindValues
(ObjectResponse objectResponse, String name, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__typeWithBindValues
(String queryResponseDef, String name, Map<String, Object> parameters) This method executes a partial query on the __type query against the GraphQL server.QueryTypeReactiveExecutor.__typeWithBindValues
(ObjectResponse objectResponse, String name, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typeWithBindValues
(String queryResponseDef, String name, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MutationTypeExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriend
(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query on the addFriend mutation against the GraphQL server.MutationTypeReactiveExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriend
(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriendWithBindValues
(String queryResponseDef, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method executes a partial query on the addFriend mutation against the GraphQL server.MutationTypeReactiveExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriendWithBindValues
(String queryResponseDef, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MutationTypeExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.createHuman
(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.MutationTypeReactiveExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHuman
(String queryResponseDef, String name, String homePlanet, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.createHumanWithBindValues
(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.MutationTypeReactiveExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHumanWithBindValues
(String queryResponseDef, String name, String homePlanet, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.droid
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the droid query against the GraphQL server.QueryTypeReactiveExecutor.droid
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeExecutor.droidWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.droidWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query on the droid query against the GraphQL server.QueryTypeReactiveExecutor.droidWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.droidWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MutationTypeExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.exec
(ObjectResponse objectResponse, SubscriptionCallback<?> subscriptionCallback, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.exec
(String queryResponseDef, SubscriptionCallback<?> subscriptionCallback, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
SubscriptionTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.reactor.core.publisher.Mono<MutationType>
GraphQLReactiveRequest.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<MutationType>
GraphQLReactiveRequest.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.GraphQLRequest.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.GraphQLRequest.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<QueryType>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryType>
This method executes the current GraphQL request as a full query request.This method executes the current GraphQL request as a full query request.This method executes the current GraphQL request as a full query request.GraphQLReactiveRequest.execSubscription
(SubscriptionCallback<T> subscriptionCallback, Class<T> messageType, Object... paramsAndValues) This method executes the current GraphQL request as a full subscription request.GraphQLReactiveRequest.execSubscription
(SubscriptionCallback<T> subscriptionCallback, Class<T> messageType, Map<String, Object> parameters) This method executes the current GraphQL request as a full subscription request.GraphQLRequest.execSubscription
(SubscriptionCallback<T> subscriptionCallback, Class<T> messageType, Object... paramsAndValues) This method executes the current GraphQL request as a full subscription request.GraphQLRequest.execSubscription
(SubscriptionCallback<T> subscriptionCallback, Class<T> messageType, Map<String, Object> parameters) This method executes the current GraphQL request as a full subscription request.MutationTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.MutationTypeExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<?> subscriptionCallback, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.execWithBindValues
(String queryResponseDef, SubscriptionCallback<?> subscriptionCallback, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
SubscriptionTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
SubscriptionTypeReactiveExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.QueryTypeExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the hero query against the GraphQL server.QueryTypeReactiveExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the hero query against the GraphQL server.QueryTypeReactiveExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the human query against the GraphQL server.QueryTypeReactiveExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.humanWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query on the human query against the GraphQL server.QueryTypeReactiveExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.humanWithBindValues
(String queryResponseDef, String id, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.SubscriptionTypeExecutor.newCharacter
(ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutor.newCharacter
(String queryResponseDef, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacter
(ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacter
(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeExecutor.newCharacterWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutor.newCharacterWithBindValues
(String queryResponseDef, SubscriptionCallback<Character> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacterWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacterWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server. -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client
Modifier and TypeMethodDescription<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecution.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated.Executes the given subscription GraphQL request, and returns the relevantWebSocketClient
.<R extends GraphQLRequestObject>
RRequestExecution.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, Class<R> dataResponseType) Deprecated.Execution of the given query or mutation GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecutionSpringReactiveImpl.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated.<R extends GraphQLRequestObject>
RRequestExecutionSpringReactiveImpl.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, Class<R> dataResponseType) Deprecated.GraphqlClientUtils.generatesBindVariableValuesMap
(Object[] paramsAndValues) This method retrieves the couple of name and values given in these parameters, stores them in a map where the key is the param name, and the value is the value of theMap
.GraphQLObjectMapper.getAliasValue
(com.fasterxml.jackson.core.JsonParser parser, Field targetField, com.fasterxml.jackson.core.TreeNode value) Parse a TreeNode, and return it as a value, according to the given classesvoid
SubscriptionClient.unsubscribe()
Allows the client application to unsubscribe from a previously subscribed subscription.void
SubscriptionClientReactiveImpl.unsubscribe()
-
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client.directive
Modifier and TypeMethodDescriptionvoid
Directive.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters) Appends this current directive into the givenStringBuilder
, to build the GraphQL request -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.client.request
Modifier and TypeMethodDescriptionstatic void
InputParameter.appendInputParametersToGraphQLRequests
(boolean writingGraphQLVariables, StringBuilder sb, List<InputParameter> inputParameters, Map<String, Object> parameters) void
AppliedGlobalFragment.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters) Appends to the givenStringBuilder
this fragment usage ("...fragmentName") followed by the directive declarations, if anyvoid
Fragment.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> params) void
QueryField.appendToGraphQLRequests
(StringBuilder sb, Map<String, Object> parameters, boolean appendName) Append this query field in theStringBuilder
in which the query is being written.<R extends GraphQLRequestObject>
RThis method executes the current GraphQL as a query or mutation GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject,
T>
SubscriptionClientAbstractGraphQLRequest.exec
(Map<String, Object> params, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Execution of the given subscription GraphQL request, and return its response mapped in the relevant POJO.<R extends GraphQLRequestObject>
reactor.core.publisher.Mono<R>AbstractGraphQLRequest.execReactive
(Class<R> r, Map<String, Object> params) This method executes the current GraphQL as a query or mutation GraphQL request, and return a reactiveMono
that will contain the response mapped in the relevant POJO.<R extends GraphQLRequestObject>
reactor.core.publisher.Flux<R>AbstractGraphQLRequest.execReactive
(Map<String, Object> params, Class<R> subscriptionType) Execution of the given subscription GraphQL request, in reactive mode.AbstractGraphQLRequest.getPayload
(Map<String, Object> params) Returns the payload for this request.InputParameter.getStringContentForGraphqlQuery
(boolean writingGraphQLVariables, Map<String, Object> bindVariables) Returns the parameter, as it should be written in the GraphQL query. -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.exception
Modifier and TypeMethodDescriptionGraphQLRequestExecutionUncheckedException.getGraphQLRequestExecutionException()
Retrieve the checked exception that is the source of this exceptionModifierConstructorDescription -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.samples.simple.client
Modifier and TypeMethodDescriptionQueries.createHuman
(String name, String homePlanet) Queries.droidDoesNotExist()
Queries.droidFriendsFriendsFriends
(String id) Queries.droidPartial
(String id) void
Queries.heroFriendsFriendsFriends
(Episode episode) Queries.heroFull()
Queries.heroPartial
(Episode episode) Queries.humanFriendsFriendsFriends
(String id) Queries.humanPartial
(String id) -
Uses of GraphQLRequestExecutionException in com.graphql_java_generator.samples.simple.client.graphql
Modifier and TypeMethodDescriptionPartialDirectRequests.createHuman
(String name, String homePlanet) PartialPreparedRequests.createHuman
(String name, String homePlanet) PartialDirectRequests.droidDoesNotExist()
PartialPreparedRequests.droidDoesNotExist()
PartialDirectRequests.droidFriendsFriendsFriends
(String id) PartialPreparedRequests.droidFriendsFriendsFriends
(String id) PartialDirectRequests.droidPartial
(String id) PartialPreparedRequests.droidPartial
(String id) void
SubscriptionRequests.execSubscription()
PartialDirectRequests.heroFriendsFriendsFriends
(Episode episode) PartialPreparedRequests.heroFriendsFriendsFriends
(Episode episode) PartialDirectRequests.heroFull()
PartialPreparedRequests.heroFull()
PartialDirectRequests.heroPartial
(Episode episode) PartialPreparedRequests.heroPartial
(Episode episode) PartialDirectRequests.humanFriendsFriendsFriends
(String id) PartialPreparedRequests.humanFriendsFriendsFriends
(String id) PartialDirectRequests.humanPartial
(String id) PartialPreparedRequests.humanPartial
(String id)