Uses of Class
org.junittest.customtemplates_server_springconfiguration.InputWithObject
Packages that use InputWithObject
-
Uses of InputWithObject in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return InputWithObjectMethods in org.junittest.customtemplates_server_springconfiguration 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.customtemplates_server_springconfiguration 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.