java-client icon indicating copy to clipboard operation
java-client copied to clipboard

operationName and variables on the GraphQLQuery are never used?

Open codebrain opened this issue 2 years ago • 1 comments

The two variables operationName and variables are never used?

https://github.com/weaviate/weaviate-java-client/blob/488336ff600b06dc8f0eddef88598e63cb876471/src/main/java/technology/semi/weaviate/client/v1/graphql/model/GraphQLQuery.java#L13-L16

codebrain avatar Feb 05 '23 09:02 codebrain

Thank you @codebrain for reporting the issue.

That is true, fields are not used in java client, though along with query, operationName and variables are part of GraphQL spec and as such are supported by weaviate.

aliszka avatar Apr 14 '23 08:04 aliszka