graphql-rust / graphql-client

Typed, correct GraphQL requests and responses in Rust
Apache License 2.0
1.12k stars 152 forks source link

CLI generates invalid query #471

Closed linrium closed 6 months ago

linrium commented 6 months ago

It seems the CLI can not generate correct operations when the query file have multiple queries. It only generates the first query.

library version: 0.13.0 rustc: 1.75.0

image image