java-client
java-client copied to clipboard
operationName and variables on the GraphQLQuery are never used?
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
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.