Uses of Class
org.allGraphQLCases.server.SINP_InputWithObject_SINS
-
Uses of SINP_InputWithObject_SINS in org.allGraphQLCases.server
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.objectWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input) This method loads the data for MyQueryType.objectWithInput.Modifier 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
Modifier and TypeMethodDescriptionDataFetchersDelegateMyQueryTypeImpl.objectWithInput
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SINP_InputWithObject_SINS input) Modifier 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)