Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.Foo140
Packages that use Foo140
-
Uses of Foo140 in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return Foo140Modifier and TypeMethodDescriptionFoo140.Builder.build()
MyQueryType.foo140
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.foo140
(ObjectResponse objectResponse, Object... paramsAndValues) ${field.content}
This method is expected by the graphql-java framework.${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.foo140WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.MyQueryType.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.foo140WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.getFoo140()
test for issue #140 (error for type that implements multiple interfaces)Methods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type Foo140Modifier and TypeMethodDescriptionvoid
test for issue #140 (error for type that implements multiple interfaces)MyQueryType.Builder.withFoo140
(Foo140 foo140)