You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a graphql request, the response will complain about fields that are present in op_b.
If I manually remove op_b from the QUERY field it works.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Run into the same issue today. I have 3 separate queries in a query file and the generated code had the same QUERY field ( pub const QUERY : & str = "query LargestSales($limit: Int!, $contract: String!) {\n sales ... ) for all 3 queries. Manually removing the unrelated parts did the job.
Uh oh!
There was an error while loading. Please reload this page.
When generating from a single query-file that contains multiple mutations I get:
When sending a graphql request, the response will complain about fields that are present in
op_b
.If I manually remove
op_b
from the QUERY field it works.Thanks for any help.
The text was updated successfully, but these errors were encountered: