Uses of Class
org.allGraphQLCases.client.util.GraphQLReactiveRequestAllGraphQLCases
-
Uses of GraphQLReactiveRequestAllGraphQLCases in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases.get__schemaGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the __schema REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.get__typeGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the __type REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.get__typenameGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the __typename REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getABreakGraphQLRequest
(String partialRequest) Check for GraphQL identifier that are java keywords
Get theGraphQLReactiveRequestAllGraphQLCases
for the aBreak REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getAllFieldCasesGraphQLRequest
(String partialRequest)
################################################################################
# Complementary tests with the AllFieldCases Object
Get theGraphQLReactiveRequestAllGraphQLCases
for the allFieldCases REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getAllGraphQLCasesInputGraphQLRequest
(String partialRequest) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
Get theGraphQLRequestAllGraphQLCases
for the allGraphQLCasesInput REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getAllGraphQLCasesParamGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the allGraphQLCasesParam REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getCheckOverriddenControllerGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the checkOverriddenController REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getConnectionOnHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the connectionOnHuman REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getConnectionWithoutParametersGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the connectionWithoutParameters REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getCreateAllFieldCasesGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the createAllFieldCases REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getCreateHumanGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the createHuman REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getDeleteSnacksGraphQLRequest
(String partialRequest) Tests for issue 51
Get theGraphQLReactiveRequestAllGraphQLCases
for the deleteSnacks REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getDirectiveOnFieldGraphQLRequest
(String partialRequest)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorAllGraphQLCases.getDirectiveOnQueryGraphQLRequest
(String partialRequest)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the directiveOnQuery query.MyQueryTypeReactiveExecutorAllGraphQLCases.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest
(String partialRequest) test for issue #139 (use of java reserved keyword)
Get theGraphQLReactiveRequestAllGraphQLCases
for the enumWithReservedJavaKeywordAsValues REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getEnumWithReservedJavaKeywordAsValuesGraphQLRequest
(String partialRequest) test for issue #139 (use of java reserved keyword)
Get theGraphQLRequestAllGraphQLCases
for the enumWithReservedJavaKeywordAsValues REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getErrorGraphQLRequest
(String partialRequest)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorAllGraphQLCases.getFoo140GraphQLRequest
(String partialRequest) test for issue #140 (error for type that implements multiple interfaces)
Get theGraphQLReactiveRequestAllGraphQLCases
for the foo140 REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for full request.MyQueryTypeReactiveExecutorAllGraphQLCases.getGraphQLRequest
(String fullRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for full request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getGraphQLRequest
(String fullRequest) Get theGraphQLRequestAllGraphQLCases
for full request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getIfGraphQLRequest
(String partialRequest) test for issue #139 (use of java reserved keyword)
Get theGraphQLReactiveRequestAllGraphQLCases
for the if REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIfGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the if REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getIfGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the if REACTIVE_EXECUTOR, created with the given Partial request.AnotherMutationTypeReactiveExecutorAllGraphQLCases.getImplementsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the implements REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getImplementsGraphQLRequest
(String partialRequest) Test for PR 177 (on server side, the returned value is the content of the if input parameter)
Get theGraphQLReactiveRequestAllGraphQLCases
for the implements REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getImplementsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the implements REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getImportGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the import REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getInstanceofGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the instanceof REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getInterfaceGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the interface REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIntGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the int REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue128GraphQLRequest
(String partialRequest) test for issue #128 (compilation error when a Query returns a type 'Client')
Get theGraphQLReactiveRequestAllGraphQLCases
for the issue128 REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue200GraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the issue200 REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue217GraphQLRequest
(String partialRequest) Issue 217: issue when a field name starts with an uppercase letter
Get theGraphQLReactiveRequestAllGraphQLCases
for the Issue217 REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue53GraphQLRequest
(String partialRequest)
#issue53 is about custom scalars as parameter for a query/mutation/subscription,
that was not properly serialized/deserialized
Get theGraphQLReactiveRequestAllGraphQLCases
for the issue53 REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getIssue53GraphQLRequest
(String partialRequest) issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized
Get theGraphQLRequestAllGraphQLCases
for the issue53 REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue82FloatGraphQLRequest
(String partialRequest)
#issue82 is about hard coded values as parameters.MyQueryTypeReactiveExecutorAllGraphQLCases.getIssue82IDGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the issue82ID REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getJsonGraphQLRequest
(String partialRequest) Test of JSON scalar, for issue #205
Get theGraphQLReactiveRequestAllGraphQLCases
for the json REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getJsonGraphQLRequest
(String partialRequest) Test of JSON scalar, for issue #205
Get theGraphQLRequestAllGraphQLCases
for the json REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getJsonsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the jsons REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getJsonsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the jsons REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getJsonsWithInputGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the jsonsWithInput REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getJsonsWithInputGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the jsonsWithInput REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getJsonWithInputGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the jsonWithInput REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the listOfEnumWithReservedJavaKeywordAsValues REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getListOfEnumWithReservedJavaKeywordAsValuesGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the listOfEnumWithReservedJavaKeywordAsValues REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getLongGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the long REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getNativeGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the native REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getNewGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the new REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getNullGraphQLRequest
(String partialRequest) Issue #188: null is not identified as a java keyword
Get theGraphQLReactiveRequestAllGraphQLCases
for the null REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getNullGraphQLRequest
(String partialRequest) Issue #188: null is not identified as a java keyword
Get theGraphQLRequestAllGraphQLCases
for the null REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getObjectGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the object REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getObjectsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the objects REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getObjectsWithInputGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the objectsWithInput REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getObjectsWithInputGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the objectsWithInput REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getObjectWithInputGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the objectWithInput REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getPackageGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the package REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getPrivateGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the private REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getProtectedGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the protected REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getPublicGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the public REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getRelayGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the relay REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReservedJavaKeywordAllFieldCasesGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the reservedJavaKeywordAllFieldCases REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnEnumGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnEnum REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnEnumGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnEnum REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the return REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnListOfListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnListOfListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnListOfListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnListOfListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnListOfMandatoryEnumsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnListOfMandatoryEnums REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnListOfMandatoryEnumsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnListOfMandatoryEnums REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryEnumGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnMandatoryEnum REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryEnumGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnMandatoryEnum REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnMandatoryListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryListOfEnumsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnMandatoryListOfEnums REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the returnMandatoryListOfMandatoryEnums REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getReturnMandatoryListOfMandatoryEnumsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the returnMandatoryListOfMandatoryEnums REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getShortGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the short REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getStaticGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the static REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getStrictfpGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the strictfp REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getSubscribeNewHumanForEpisodeGraphQLRequest
(String partialRequest) Will be notified for each Human added to this Episode
Get theGraphQLRequestAllGraphQLCases
for the subscribeNewHumanForEpisode REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getSubscribeToAListGraphQLRequest
(String partialRequest) Issue 54
Get theGraphQLRequestAllGraphQLCases
for the subscribeToAList REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getSubscribeToAListOfScalarsGraphQLRequest
(String partialRequest) Get theGraphQLRequestAllGraphQLCases
for the subscribeToAListOfScalars REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getSubscriptionTestGraphQLRequest
(String partialRequest)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
Get theGraphQLRequestAllGraphQLCases
for the subscriptionTest REACTIVE_EXECUTOR, created with the given Partial request.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.getSubscriptionWithNullResponseGraphQLRequest
(String partialRequest) Issue 122: Check Subscription behavior when notification response is null
Get theGraphQLRequestAllGraphQLCases
for the subscriptionWithNullResponse REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getSuperGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the super REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getSwitchGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the switch REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getSynchronizedGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the synchronized REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getTestBase64StringGraphQLRequest
(String partialRequest) Test for issue #174: a custom scalar which Java type is an array
Get theGraphQLReactiveRequestAllGraphQLCases
for the testBase64String REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getThisGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the this REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getThrowGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the throw REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getThrowsGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the throws REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getTransientGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the transient REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getTryGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the try REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getUnionTestGraphQLRequest
(String partialRequest)
################################################################################
# Test for unions
Get theGraphQLReactiveRequestAllGraphQLCases
for the unionTest REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getVoidGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the void REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getVolatileGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the volatile REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWhileGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the while REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithEnumGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withEnum REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithListGraphQLRequest
(String partialRequest)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
Get theGraphQLReactiveRequestAllGraphQLCases
for the withList REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithListOfListGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withListOfList REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithOneMandatoryParamDefaultValueGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withOneMandatoryParamDefaultValue REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithOneMandatoryParamGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withOneMandatoryParam REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithOneOptionalParamGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withOneOptionalParam REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithoutParametersGraphQLRequest
(String partialRequest)
This is a description to describe the field withoutParameters
on two lines
Get theGraphQLReactiveRequestAllGraphQLCases
for the withoutParameters REACTIVE_EXECUTOR, created with the given Partial request.MyQueryTypeReactiveExecutorAllGraphQLCases.getWithTwoMandatoryParamDefaultValGraphQLRequest
(String partialRequest) Get theGraphQLReactiveRequestAllGraphQLCases
for the withTwoMandatoryParamDefaultVal REACTIVE_EXECUTOR, created with the given Partial request.