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