Uses of Interface
org.allGraphQLCases.client.CIP_Character_CIS
Packages that use CIP_Character_CIS
Package
Description
-
Uses of CIP_Character_CIS in org.allGraphQLCases.client
Classes in org.allGraphQLCases.client that implement CIP_Character_CISMethods in org.allGraphQLCases.client that return CIP_Character_CISModifier and TypeMethodDescriptionCTP_Human_CTS.getBestFriend()CTP_MyQueryType_CTS.getDirectiveOnField()# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryCTP_MyQueryType_CTS.getError()################################################################################ # error always returns an error!CIP_CharacterEdge_CIS.getNode()CTP_MyQueryType_CTS.getWithEnum()CTP_MyQueryType_CTS.getWithOneMandatoryParam()CTP_MyQueryType_CTS.getWithOneOptionalParam()Methods in org.allGraphQLCases.client that return types with arguments of type CIP_Character_CISModifier and TypeMethodDescriptionCIP_Character_CIS.getFriends()CTP_BatchMappingType_CTS.getFriends()CTP_Droid_CTS.getFriends()CTP_Human_CTS.getFriends()CTP_Droid_CTS.getFriendsCharacter()CTP_Human_CTS.getFriendsCharacter()CTP_MyQueryType_CTS.getWithList()################################################################################ # withList return a list of Characters, matching the given list of CharacterInputCTP_MyQueryType_CTS.getWithoutParameters()This is a description to describe the field withoutParameters on two linesMethods in org.allGraphQLCases.client with parameters of type CIP_Character_CISModifier and TypeMethodDescriptionvoidCTP_Human_CTS.setBestFriend(CIP_Character_CIS bestFriend) voidCTP_MyQueryType_CTS.setDirectiveOnField(CIP_Character_CIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoidCTP_MyQueryType_CTS.setError(CIP_Character_CIS error) ################################################################################ # error always returns an error!voidCIP_CharacterEdge_CIS.setNode(CIP_Character_CIS node) voidCTP_MyQueryType_CTS.setWithEnum(CIP_Character_CIS withEnum) voidCTP_MyQueryType_CTS.setWithOneMandatoryParam(CIP_Character_CIS withOneMandatoryParam) voidCTP_MyQueryType_CTS.setWithOneOptionalParam(CIP_Character_CIS withOneOptionalParam) CTP_Human_CTS.Builder.withBestFriend(CIP_Character_CIS bestFriendParam) CTP_MyQueryType_CTS.Builder.withDirectiveOnField(CIP_Character_CIS directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryCTP_MyQueryType_CTS.Builder.withError(CIP_Character_CIS errorParam) ################################################################################ # error always returns an error!CTP_MyQueryType_CTS.Builder.withWithEnum(CIP_Character_CIS withEnumParam) CTP_MyQueryType_CTS.Builder.withWithOneMandatoryParam(CIP_Character_CIS withOneMandatoryParamParam) CTP_MyQueryType_CTS.Builder.withWithOneOptionalParam(CIP_Character_CIS withOneOptionalParamParam) Method parameters in org.allGraphQLCases.client with type arguments of type CIP_Character_CISModifier and TypeMethodDescriptionvoidCIP_Character_CIS.setFriends(List<CIP_Character_CIS> friends) voidCTP_BatchMappingType_CTS.setFriends(List<CIP_Character_CIS> friends) voidCTP_Droid_CTS.setFriends(List<CIP_Character_CIS> friends) voidCTP_Human_CTS.setFriends(List<CIP_Character_CIS> friends) voidCTP_MyQueryType_CTS.setWithList(List<CIP_Character_CIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoidCTP_MyQueryType_CTS.setWithoutParameters(List<CIP_Character_CIS> withoutParameters) This is a description to describe the field withoutParameters on two linesCTP_BatchMappingType_CTS.Builder.withFriends(List<CIP_Character_CIS> friendsParam) CTP_Droid_CTS.Builder.withFriends(List<CIP_Character_CIS> friendsParam) CTP_Human_CTS.Builder.withFriends(List<CIP_Character_CIS> friendsParam) CTP_MyQueryType_CTS.Builder.withWithList(List<CIP_Character_CIS> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputCTP_MyQueryType_CTS.Builder.withWithoutParameters(List<CIP_Character_CIS> withoutParametersParam) This is a description to describe the field withoutParameters on two lines -
Uses of CIP_Character_CIS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util that return CIP_Character_CISModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.directiveOnField(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.directiveOnField(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.directiveOnField(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases.directiveOnField(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.CTP_MyQueryType_CTS.directiveOnFieldWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.directiveOnFieldWithBindValues(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.directiveOnFieldWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorAllGraphQLCases.directiveOnFieldWithBindValues(String queryResponseDef, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.CTP_MyQueryType_CTS.error(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorAllGraphQLCases.error(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeExecutorAllGraphQLCases.error(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!CTP_MyQueryType_CTS.errorWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.errorWithBindValues(String queryResponseDef, String errorLabel, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.errorWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeExecutorAllGraphQLCases.errorWithBindValues(String queryResponseDef, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!CTP_MyQueryType_CTS.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query on the withEnum query against the GraphQL server.CTP_MyQueryType_CTS.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query on the withEnum query against the GraphQL server.CTP_MyQueryType_CTS.withOneMandatoryParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withOneMandatoryParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneMandatoryParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withOneMandatoryParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method executes a partial query on the withOneMandatoryParam query against the GraphQL server.CTP_MyQueryType_CTS.withOneMandatoryParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withOneMandatoryParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneMandatoryParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withOneMandatoryParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method executes a partial query on the withOneMandatoryParam query against the GraphQL server.CTP_MyQueryType_CTS.withOneOptionalParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withOneOptionalParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneOptionalParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withOneOptionalParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method executes a partial query on the withOneOptionalParam query against the GraphQL server.CTP_MyQueryType_CTS.withOneOptionalParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withOneOptionalParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneOptionalParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withOneOptionalParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method executes a partial query on the withOneOptionalParam query against the GraphQL server.Methods in org.allGraphQLCases.client.util that return types with arguments of type CIP_Character_CISModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.directiveOnField(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.directiveOnField(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.directiveOnFieldWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.directiveOnFieldWithBindValues(String queryResponseDef, Map<String, Object> parameters) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryreactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.error(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.error(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.errorWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.errorWithBindValues(String queryResponseDef, String errorLabel, Map<String, Object> parameters) ################################################################################ # error always returns an error!reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnum(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnum(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnumWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CEP_Episode_CES episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withEnumWithBindValues(String queryResponseDef, CEP_Episode_CES episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withList(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues)
################################################################################
# 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
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withList(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues)
################################################################################
# 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
This method executes a partial query on the withList query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues)
################################################################################
# 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
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withList(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Object... paramsAndValues)
################################################################################
# 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
This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withListWithBindValues(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters)
################################################################################
# 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
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withListWithBindValues(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters)
################################################################################
# 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
This method executes a partial query on the withList query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters)
################################################################################
# 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
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withListWithBindValues(String queryResponseDef, String firstName, List<CINP_CharacterInput_CINS> characters, Map<String, Object> parameters) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputreactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneMandatoryParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneMandatoryParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneMandatoryParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneMandatoryParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneOptionalParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneOptionalParam(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneOptionalParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>MyQueryTypeReactiveExecutorAllGraphQLCases.withOneOptionalParamWithBindValues(String queryResponseDef, CINP_CharacterInput_CINS character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withoutParameters(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withoutParameters(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withoutParameters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withoutParameters(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.withoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withoutParametersWithBindValues(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.withoutParametersWithBindValues(String queryResponseDef, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withoutParametersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>MyQueryTypeReactiveExecutorAllGraphQLCases.withoutParametersWithBindValues(String queryResponseDef, Map<String, Object> parameters) This is a description to describe the field withoutParameters on two lines This method executes a partial query against the GraphQL server. -
Uses of CIP_Character_CIS in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo that return CIP_Character_CISModifier and TypeMethodDescriptionPartialQueries.withEnum(CEP_Episode_CES episode) PartialQueries.withOneMandatoryParam(CINP_CharacterInput_CINS character) PartialQueries.withOneOptionalParam(CINP_CharacterInput_CINS character) Methods in org.allGraphQLCases.demo that return types with arguments of type CIP_Character_CISModifier and TypeMethodDescriptionPartialQueries.withList(String name, List<CINP_CharacterInput_CINS> friends) PartialQueries.withoutParameters() -
Uses of CIP_Character_CIS in org.allGraphQLCases.demo.impl
Methods in org.allGraphQLCases.demo.impl that return CIP_Character_CISModifier and TypeMethodDescriptionPartialDirectQueries.withEnum(CEP_Episode_CES episode) PartialPreparedQueries.withEnum(CEP_Episode_CES episode) PartialPreparedQueriesDeprecatedWay.withEnum(CEP_Episode_CES episode) PartialRequestGraphQLRepository.withEnum(CEP_Episode_CES episode) PartialDirectQueries.withOneMandatoryParam(CINP_CharacterInput_CINS character) PartialPreparedQueries.withOneMandatoryParam(CINP_CharacterInput_CINS character) PartialPreparedQueriesDeprecatedWay.withOneMandatoryParam(CINP_CharacterInput_CINS character) PartialRequestGraphQLRepository.withOneMandatoryParam(CINP_CharacterInput_CINS character) PartialDirectQueries.withOneOptionalParam(CINP_CharacterInput_CINS character) PartialPreparedQueries.withOneOptionalParam(CINP_CharacterInput_CINS character) PartialPreparedQueriesDeprecatedWay.withOneOptionalParam(CINP_CharacterInput_CINS character) PartialRequestGraphQLRepository.withOneOptionalParam(CINP_CharacterInput_CINS character) Methods in org.allGraphQLCases.demo.impl that return types with arguments of type CIP_Character_CISModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_Character_CIS>>reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>PartialRequestGraphQLReactiveRepository.withEnum(CEP_Episode_CES episode) PartialDirectQueries.withList(String name, List<CINP_CharacterInput_CINS> friends) PartialPreparedQueries.withList(String name, List<CINP_CharacterInput_CINS> friends) PartialPreparedQueriesDeprecatedWay.withList(String name, List<CINP_CharacterInput_CINS> friends) reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>PartialRequestGraphQLReactiveRepository.withList(String name, List<CINP_CharacterInput_CINS> friends) PartialRequestGraphQLRepository.withList(String name, List<CINP_CharacterInput_CINS> friends) reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>PartialRequestGraphQLReactiveRepository.withOneMandatoryParam(CINP_CharacterInput_CINS character) reactor.core.publisher.Mono<Optional<CIP_Character_CIS>>PartialRequestGraphQLReactiveRepository.withOneOptionalParam(CINP_CharacterInput_CINS character) PartialDirectQueries.withoutParameters()PartialPreparedQueries.withoutParameters()PartialPreparedQueriesDeprecatedWay.withoutParameters()reactor.core.publisher.Mono<Optional<List<CIP_Character_CIS>>>PartialRequestGraphQLReactiveRepository.withoutParameters()PartialRequestGraphQLRepository.withoutParameters() -
Uses of CIP_Character_CIS in org.allGraphQLCases.graphqlrepository.non_spring
Methods in org.allGraphQLCases.graphqlrepository.non_spring that return CIP_Character_CISModifier and TypeMethodDescriptionGraphQLRequests.withOneOptionalParam(CINP_CharacterInput_CINS character) Methods in org.allGraphQLCases.graphqlrepository.non_spring that return types with arguments of type CIP_Character_CIS