ember-graphql / ember-apollo-client

🚀 An ember-cli addon for Apollo Client and GraphQL
MIT License
279 stars 72 forks source link

Add `enableBuiltInGraphqlFileSupport` build option #428

Closed bertdeblock closed 10 months ago

bertdeblock commented 1 year ago

Setting this new option to false will prevent .graphql files from being converted to .js files. That way, you can use a webpack loader under Embroider to import .graphql files.

bertdeblock commented 1 year ago

@josemarluedke Do you think this would be an okay thing to add?