Uses of Interface
org.allGraphQLCases.client2.Client
Packages that use Client
-
Uses of Client in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return ClientModifier and TypeMethodDescriptionMyQueryType.getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryTypeExecutorAllGraphQLCases2.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.MyQueryTypeExecutorAllGraphQLCases2.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.MyQueryTypeExecutorAllGraphQLCases2.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.Methods in org.allGraphQLCases.client2 that return types with arguments of type ClientModifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.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.MyQueryTypeReactiveExecutorAllGraphQLCases2.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.MyQueryTypeReactiveExecutorAllGraphQLCases2.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.MyQueryTypeReactiveExecutorAllGraphQLCases2.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.Methods in org.allGraphQLCases.client2 with parameters of type ClientModifier and TypeMethodDescriptionvoid
MyQueryType.setIssue128
(Client issue128) test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryType.Builder.withIssue128
(Client issue128Param) test for issue #128 (compilation error when a Query returns a type 'Client')