Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.HumanInput
Packages that use HumanInput
Package
Description
-
Uses of HumanInput in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return HumanInput -
Uses of HumanInput in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with parameters of type HumanInputModifier and TypeMethodDescriptionAnotherMutationTypeController.createHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, HumanInput human) This method loads the data for ${dataFetcher.graphQLType}.createHuman.DataFetchersDelegateAnotherMutationType.createHuman
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, HumanInput human) This method loads the data for AnotherMutationType.createHuman.DataFetchersDelegateMyQueryType.unionTest
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2) Description for the unionTest field:
################################################################################ # Test for unions
This method loads the data for MyQueryType.unionTest.MyQueryTypeController.unionTest
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2) This method loads the data for ${dataFetcher.graphQLType}.unionTest.