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