Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.SINP_InputWithObject_SINS
Packages that use SINP_InputWithObject_SINS
-
Uses of SINP_InputWithObject_SINS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return SINP_InputWithObject_SINSMethods in org.junittest.allgraphqlcases_server_springconfiguration with parameters of type SINP_InputWithObject_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.objectWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input) This method loads the data for MyQueryType.objectWithInput.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type SINP_InputWithObject_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.objectsWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input) This method loads the data for MyQueryType.objectsWithInput.DataFetchersDelegateTheSubscriptionType.objectsWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input) This method loads the data for TheSubscriptionType.objectsWithInput.