Uses of Class
org.allGraphQLCases.client2.InputWithObject
Packages that use InputWithObject
-
Uses of InputWithObject in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return InputWithObjectMethods in org.allGraphQLCases.client2 with parameters of type InputWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.objectWithInput(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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.Method parameters in org.allGraphQLCases.client2 with type arguments of type InputWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.objectsWithInput(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInput(String queryResponseDef, com.graphql_java_generator.client.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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(com.graphql_java_generator.client.request.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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.objectsWithInputWithBindValues(String queryResponseDef, com.graphql_java_generator.client.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(com.graphql_java_generator.client.request.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.