Uses of Class
org.allGraphQLCases.client2.Foo140
Packages that use Foo140
-
Uses of Foo140 in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return Foo140Modifier and TypeMethodDescriptionFoo140.Builder.build()
MyQueryTypeExecutorAllGraphQLCases2.foo140
(ObjectResponse objectResponse, Object... paramsAndValues) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query on the foo140 query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.foo140WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query on the foo140 query against the GraphQL server.MyQueryType.getFoo140()
test for issue #140 (error for type that implements multiple interfaces)Methods in org.allGraphQLCases.client2 that return types with arguments of type Foo140Modifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorAllGraphQLCases2.foo140
(ObjectResponse objectResponse, Object... paramsAndValues) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140
(String queryResponseDef, Object... paramsAndValues) test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorAllGraphQLCases2.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces) This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type Foo140Modifier and TypeMethodDescriptionvoid
test for issue #140 (error for type that implements multiple interfaces)MyQueryType.Builder.withFoo140
(Foo140 foo140Param) test for issue #140 (error for type that implements multiple interfaces)