Currently the CLI only supports loading `.graphql` files. We should allow other formats to be read such as YAML and JSON. **Additional Note** You can refer to `source.rs` which allows reading files in different formats.
Currently the CLI only supports loading
.graphqlfiles. We should allow other formats to be read such as YAML and JSON.Additional Note
You can refer to
source.rswhich allows reading files in different formats.