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