Uses of Interface
org.allGraphQLCases.client.CIP_Client_CIS
-
Uses of CIP_Client_CIS in org.allGraphQLCases.client
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')Modifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setIssue128
(CIP_Client_CIS issue128) test for issue #128 (compilation error when a Query returns a type 'Client')CTP_MyQueryType_CTS.Builder.withIssue128
(CIP_Client_CIS issue128Param) test for issue #128 (compilation error when a Query returns a type 'Client') -
Uses of CIP_Client_CIS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.issue128
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorAllGraphQLCases.issue128
(ObjectResponse objectResponse, Object... paramsAndValues) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query on the issue128 query against the GraphQL server.CTP_MyQueryType_CTS.issue128WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.issue128WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query on the issue128 query against the GraphQL server.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.issue128
(ObjectResponse objectResponse, Object... paramsAndValues) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.issue128
(String queryResponseDef, Object... paramsAndValues) test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.issue128WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client') This method executes a partial query against the GraphQL server.