Uses of Class
org.allGraphQLCases.client2.Droid
-
Uses of Droid in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionDroid.Builder.build()
MyQueryType.getWithTwoMandatoryParamDefaultVal()
MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.Modifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionvoid
MyQueryType.setWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultValParam)