Uses of Interface
com.graphql_java_generator.domain.client.allGraphQLCases.Client
Packages that use Client
-
Uses of Client in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return ClientModifier and TypeMethodDescriptionMyQueryType.getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryType.issue128
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.issue128
(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.issue128WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.MyQueryType.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.issue128WithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) ${field.content}
This method executes a partial query against the GraphQL server.Methods in com.graphql_java_generator.domain.client.allGraphQLCases 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 issue128)