Uses of Interface
org.allGraphQLCases.client.CIP_CharacterConnection_CIS
-
Uses of CIP_CharacterConnection_CIS in org.allGraphQLCases.client
Modifier 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
Modifier 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.Modifier 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.