Uses of Class
org.allGraphQLCases.client.CINP_InputWithObject_CINS
-
Uses of CINP_InputWithObject_CINS in org.allGraphQLCases.client
-
Uses of CINP_InputWithObject_CINS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.objectWithInput
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.objectWithInput
(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.objectWithInput
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.objectWithInput
(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectWithInput
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectWithInput
(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.objectWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.objectWithInputWithBindValues
(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.objectWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.objectWithInputWithBindValues
(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectWithInputWithBindValues
(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.objectsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.objectsWithInput
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInput
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.objectsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.objectsWithInput
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectsWithInput
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.objectsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.objectsWithInput
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.objectsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<CTP_TypeWithObject_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.objectsWithInput
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.CTP_MyQueryType_CTS.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.objectsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.objectsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.objectsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.objectsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.objectsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.objectsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.objectsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.