Uses of Class
org.allGraphQLCases.client2.HumanInput
-
Uses of HumanInput in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionAnotherMutationTypeExecutorAllGraphQLCases2.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query on the createHuman mutation against the GraphQL server.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHuman
(ObjectResponse objectResponse, HumanInput human, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHuman
(String queryResponseDef, HumanInput human, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases2.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query on the createHuman mutation against the GraphQL server.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHumanWithBindValues
(ObjectResponse objectResponse, HumanInput human, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createHumanWithBindValues
(String queryResponseDef, HumanInput human, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput 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<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput 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<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ################################################################################ # Test for unions This method executes a partial query against the GraphQL server.