Uses of Class
org.allGraphQLCases.client2.InputWithObject
-
Uses of InputWithObject in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.objectWithInput
(ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.objectWithInput
(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectWithInput
(ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectWithInput
(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.objectWithInputWithBindValues
(ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.objectWithInputWithBindValues
(String queryResponseDef, InputWithObject input, Map<String, Object> parameters) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectWithInputWithBindValues
(ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectWithInputWithBindValues
(String queryResponseDef, InputWithObject input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.objectsWithInput
(ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectsWithInput
(ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInput
(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.objectsWithInput
(ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.