Uses of Class
org.allGraphQLCases.client2.AllFieldCasesInput
-
Uses of AllFieldCasesInput in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) ################################################################################ # Complementary tests with the AllFieldCases Object This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInput
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInput
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.