HoudiniGraphql / houdini

The disappearing GraphQL framework
http://www.houdinigraphql.com
MIT License
913 stars 99 forks source link

Support '*.graphqls' files in tooling #1381

Closed gschulze closed 3 weeks ago

gschulze commented 3 weeks ago

Describe the feature

In some codebases, the file extension .graphqls distinguishes the GraphQL schema from other GraphQL files. Currently, Houdini wrongly assumes files ending in .graphqls are JSON files, resulting in weird error messages. Having this extension supported would be really nice.

Criticality

cool improvement, my projects will benefit from it