Open
Description
When generating from a single query-file that contains multiple mutations I get:
pub mod op_a {
pub const QUERY : & str = "mutation op_a\n mutation op_b\n"
...
}
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.
Metadata
Metadata
Assignees
Labels
No labels