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