Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.SINP_DroidInput_SINS
Packages that use SINP_DroidInput_SINS
-
Uses of SINP_DroidInput_SINS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return SINP_DroidInput_SINSMethods in org.junittest.allgraphqlcases_server_springconfiguration with parameters of type SINP_DroidInput_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.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.DataFetchersDelegateMyQueryType.withTwoMandatoryParamDefaultVal
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_DroidInput_SINS theHero, Integer num) This method loads the data for MyQueryType.withTwoMandatoryParamDefaultVal.MyQueryTypeController.withTwoMandatoryParamDefaultVal
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_DroidInput_SINS theHero, Integer num) This method loads the data for ${dataFetcher.graphQLType}.withTwoMandatoryParamDefaultVal.