Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operationName and variables on the GraphQLQuery are never used? #171

Open
codebrain opened this issue Feb 5, 2023 · 1 comment
Open

Comments

@codebrain
Copy link
Contributor

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

@aliszka
Copy link
Member

aliszka commented Apr 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants