Uses of Class
org.allGraphQLCases.server.SINP_InputWithObject_SINS
Packages that use SINP_InputWithObject_SINS
-
Uses of SINP_InputWithObject_SINS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return SINP_InputWithObject_SINSMethods in org.allGraphQLCases.server 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.allGraphQLCases.server 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. -
Uses of SINP_InputWithObject_SINS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl with parameters of type SINP_InputWithObject_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.objectWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input) Method parameters in org.allGraphQLCases.server.impl with type arguments of type SINP_InputWithObject_SINSModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.objectsWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input) org.reactivestreams.Publisher<List<STP_TypeWithObject_STS>>
DataFetchersDelegateTheSubscriptionTypeImpl.objectsWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, List<SINP_InputWithObject_SINS> input)