Uses of Class
org.junittest.customtemplates_server_springconfiguration.HumanInput
Packages that use HumanInput
-
Uses of HumanInput in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return HumanInputMethods in org.junittest.customtemplates_server_springconfiguration 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.