Uses of Class
org.allGraphQLCases.server.SINP_DroidInput_SINS
-
Uses of SINP_DroidInput_SINS in org.allGraphQLCases.server
Modifier 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. -
Uses of SINP_DroidInput_SINS in org.allGraphQLCases.server.impl
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.unionTest
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_HumanInput_SINS human1, SINP_HumanInput_SINS human2, SINP_DroidInput_SINS droid1, SINP_DroidInput_SINS droid2) DataFetchersDelegateMyQueryTypeImpl.withTwoMandatoryParamDefaultVal
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_DroidInput_SINS theHero, Integer num)