Uses of Class
org.allGraphQLCases.client.CINP_DroidInput_CINS
-
Uses of CINP_DroidInput_CINS in org.allGraphQLCases.client
-
Uses of CINP_DroidInput_CINS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.unionTest
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.unionTest
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.unionTest
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.unionTest
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CUP_AnyCharacter_CUS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.unionTest
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CUP_AnyCharacter_CUS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.unionTest
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.unionTestWithBindValues
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.unionTestWithBindValues
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.unionTestWithBindValues
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.unionTestWithBindValues
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CUP_AnyCharacter_CUS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.unionTestWithBindValues
(ObjectResponse objectResponse, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CUP_AnyCharacter_CUS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.unionTestWithBindValues
(String queryResponseDef, CINP_HumanInput_CINS human1, CINP_HumanInput_CINS human2, CINP_DroidInput_CINS droid1, CINP_DroidInput_CINS droid2, Map<String, Object> parameters) ################################################################################ # Test for unions This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultVal
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(ObjectResponse objectResponse, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Droid_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, CINP_DroidInput_CINS theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.