Uses of Class
com.generated.graphql.Droid
Package
Description
-
Uses of Droid in com.generated.graphql
Modifier and TypeMethodDescriptionvoid
-
Uses of Droid in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeExecutor.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.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.Modifier and TypeMethodDescriptionQueryTypeReactiveExecutor.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.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. -
Uses of Droid in com.graphql_java_generator.samples.simple.client
Modifier and TypeMethodDescriptionQueries.droidDoesNotExist()
Queries.droidFriendsFriendsFriends
(String id) Queries.droidPartial
(String id) -
Uses of Droid in com.graphql_java_generator.samples.simple.client.graphql
Modifier and TypeMethodDescriptionPartialDirectRequests.droidDoesNotExist()
PartialPreparedRequests.droidDoesNotExist()
PartialDirectRequests.droidFriendsFriendsFriends
(String id) PartialPreparedRequests.droidFriendsFriendsFriends
(String id) PartialDirectRequests.droidPartial
(String id) PartialPreparedRequests.droidPartial
(String id)