Uses of Interface
org.allGraphQLCases.client.CIP_Character_CIS
Package
Description
-
Uses of CIP_Character_CIS in org.allGraphQLCases.client
Modifier 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()
Modifier 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 linesModifier and TypeMethodDescriptionvoid
CTP_Human_CTS.setBestFriend
(CIP_Character_CIS bestFriend) void
CTP_MyQueryType_CTS.setDirectiveOnField
(CIP_Character_CIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid
CTP_MyQueryType_CTS.setError
(CIP_Character_CIS error) ################################################################################ # error always returns an error!void
CIP_CharacterEdge_CIS.setNode
(CIP_Character_CIS node) void
CTP_MyQueryType_CTS.setWithEnum
(CIP_Character_CIS withEnum) void
CTP_MyQueryType_CTS.setWithOneMandatoryParam
(CIP_Character_CIS withOneMandatoryParam) void
CTP_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) Modifier and TypeMethodDescriptionvoid
CIP_Character_CIS.setFriends
(List<CIP_Character_CIS> friends) void
CTP_BatchMappingType_CTS.setFriends
(List<CIP_Character_CIS> friends) void
CTP_Droid_CTS.setFriends
(List<CIP_Character_CIS> friends) void
CTP_Human_CTS.setFriends
(List<CIP_Character_CIS> friends) void
CTP_MyQueryType_CTS.setWithList
(List<CIP_Character_CIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoid
CTP_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
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.directiveOnField
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.directiveOnField
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.directiveOnField
(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
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.directiveOnFieldWithBindValues
(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
(ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorAllGraphQLCases.error
(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
(ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.errorWithBindValues
(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
(ObjectResponse objectResponse, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withEnum
(String queryResponseDef, CEP_Episode_CES episode, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withEnum
(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
(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
(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
(ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withOneMandatoryParam
(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneMandatoryParam
(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
(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
(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
(ObjectResponse objectResponse, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withOneOptionalParam
(String queryResponseDef, CINP_CharacterInput_CINS character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withOneOptionalParam
(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
(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
(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.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_Character_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.directiveOnField
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.withoutParameters
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withoutParameters
(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
(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
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.withoutParametersWithBindValues
(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
(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
Modifier and TypeMethodDescriptionPartialQueries.withEnum
(CEP_Episode_CES episode) PartialQueries.withOneMandatoryParam
(CINP_CharacterInput_CINS character) PartialQueries.withOneOptionalParam
(CINP_CharacterInput_CINS character) Modifier and TypeMethodDescriptionPartialQueries.withList
(String name, List<CINP_CharacterInput_CINS> friends) PartialQueries.withoutParameters()
-
Uses of CIP_Character_CIS in org.allGraphQLCases.demo.impl
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionGraphQLRequests.withOneOptionalParam
(CINP_CharacterInput_CINS character) -
Uses of CIP_Character_CIS in org.allGraphQLCases.minimal.spring_app
Modifier and TypeMethodDescriptionGraphQLRequests.withOneOptionalParam
(CINP_CharacterInput_CINS character)