comigor/artemis

OperationName is passed for unnamed queries

nikolay-popov-ideogram opened this issue · 1 comments

Bug description

The problem I'm facing in 7.9.0-beta is that operationName property of my query class is always generating with the value that equals the output file name. So, when I'm using unnamed source query, the request fails with an error like "Unknown operation named ...". I tried to turn off the generate_queries option but nothing changed. The only way to solve this is to name raw queries explicitly. Is there any way to turn off the feature that generates operation names? Or is there any other approach you recommend.

Specs

Artemis version: 7.9.0-beta

Could you attach Any code samples to demo the issue?
The issue template asked you to do that…
fill the issue properly to get help(with schemas and queries for reproduction)