Uses of Interface
org.allGraphQLCases.client.CIP_CharacterConnection_CIS
Packages that use CIP_CharacterConnection_CIS
-
Uses of CIP_CharacterConnection_CIS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CIP_CharacterConnection_CISMethods in org.allGraphQLCases.client with parameters of type CIP_CharacterConnection_CISModifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setConnectionWithoutParameters
(CIP_CharacterConnection_CIS connectionWithoutParameters) CTP_MyQueryType_CTS.Builder.withConnectionWithoutParameters
(CIP_CharacterConnection_CIS connectionWithoutParametersParam) -
Uses of CIP_CharacterConnection_CIS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util that return CIP_CharacterConnection_CISModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.connectionWithoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.connectionWithoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.CTP_MyQueryType_CTS.connectionWithoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.connectionWithoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.Methods in org.allGraphQLCases.client.util that return types with arguments of type CIP_CharacterConnection_CISModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_CharacterConnection_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.connectionWithoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_CharacterConnection_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_CharacterConnection_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.connectionWithoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_CharacterConnection_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.