Uses of Class
org.allGraphQLCases.client.CTP_AllFieldCases_CTS
Package
Description
-
Uses of CTP_AllFieldCases_CTS in org.allGraphQLCases.client
Modifier and TypeMethodDescriptionCTP_AllFieldCases_CTS.Builder.build()
CTP_MyQueryType_CTS.getAllFieldCases()
################################################################################ # Complementary tests with the AllFieldCases ObjectCTP_TheSubscriptionType_CTS.getAllGraphQLCasesInput()
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)CTP_TheSubscriptionType_CTS.getAllGraphQLCasesParam()
CTP_AnotherMutationType_CTS.getCreateAllFieldCases()
CTP_AllFieldCases_CTS.getIssue66()
CTP_MyQueryType_CTS.getWithListOfList()
Modifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setAllFieldCases
(CTP_AllFieldCases_CTS allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases Objectvoid
CTP_TheSubscriptionType_CTS.setAllGraphQLCasesInput
(CTP_AllFieldCases_CTS allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
CTP_TheSubscriptionType_CTS.setAllGraphQLCasesParam
(CTP_AllFieldCases_CTS allGraphQLCasesParam) void
CTP_AnotherMutationType_CTS.setCreateAllFieldCases
(CTP_AllFieldCases_CTS createAllFieldCases) void
CTP_AllFieldCases_CTS.setIssue66
(CTP_AllFieldCases_CTS issue66) void
CTP_MyQueryType_CTS.setWithListOfList
(CTP_AllFieldCases_CTS withListOfList) CTP_MyQueryType_CTS.Builder.withAllFieldCases
(CTP_AllFieldCases_CTS allFieldCasesParam) ################################################################################ # Complementary tests with the AllFieldCases ObjectCTP_TheSubscriptionType_CTS.Builder.withAllGraphQLCasesInput
(CTP_AllFieldCases_CTS allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)CTP_TheSubscriptionType_CTS.Builder.withAllGraphQLCasesParam
(CTP_AllFieldCases_CTS allGraphQLCasesParamParam) CTP_AnotherMutationType_CTS.Builder.withCreateAllFieldCases
(CTP_AllFieldCases_CTS createAllFieldCasesParam) CTP_AllFieldCases_CTS.Builder.withIssue66
(CTP_AllFieldCases_CTS issue66Param) CTP_MyQueryType_CTS.Builder.withWithListOfList
(CTP_AllFieldCases_CTS withListOfListParam) -
Uses of CTP_AllFieldCases_CTS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.allFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.allFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.allFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.allFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.CTP_MyQueryType_CTS.allFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.allFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.allFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.allFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS 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.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.CTP_AnotherMutationType_CTS.createAllFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.CTP_AnotherMutationType_CTS.createAllFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.CTP_AnotherMutationType_CTS.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_AnotherMutationType_CTS.createAllFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withListOfList
(ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withListOfList
(ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query on the withListOfList query against the GraphQL server.CTP_MyQueryType_CTS.withListOfListWithBindValues
(ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withListOfListWithBindValues
(ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) This method executes a partial query on the withListOfList query against the GraphQL server.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS 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<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) ################################################################################ # Complementary tests with the AllFieldCases Object This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInput
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS 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<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInput
(String queryResponseDef, CINP_AllFieldCasesInput_CINS 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<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS 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<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS 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<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesParam
(ObjectResponse objectResponse, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesParam
(String queryResponseDef, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesParamWithBindValues
(ObjectResponse objectResponse, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesParamWithBindValues
(String queryResponseDef, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCases
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCases
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCasesWithBindValues
(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withListOfList
(ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withListOfListWithBindValues
(ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionCTP_TheSubscriptionType_CTS.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS 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.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS 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.CTP_TheSubscriptionType_CTS.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS 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.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS 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.CTP_TheSubscriptionType_CTS.allGraphQLCasesParam
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.allGraphQLCasesParam
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesParam
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesParam
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.CTP_TheSubscriptionType_CTS.allGraphQLCasesParamWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.allGraphQLCasesParamWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesParamWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesParamWithBindValues
(String queryResponseDef, SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, CINP_AllFieldCasesWithoutIdSubtypeInput_CINS oneWithoutIdSubtype, List<CINP_AllFieldCasesWithoutIdSubtypeInput_CINS> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server. -
Uses of CTP_AllFieldCases_CTS in org.allGraphQLCases.demo
Modifier and TypeMethodDescriptionPartialQueries.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) -
Uses of CTP_AllFieldCases_CTS in org.allGraphQLCases.demo.impl
Modifier and TypeMethodDescriptionPartialDirectQueries.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) PartialPreparedQueries.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) PartialPreparedQueriesDeprecatedWay.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) PartialRequestGraphQLRepository.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>
PartialRequestGraphQLReactiveRepository.allFieldCases
(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId)