Make note of keepGraphqlFileExtension
changing in README
#40
Labels
enhancement
New feature or request
keepGraphqlFileExtension
changing in README
#40
From
ember-apollo-client
:Since this deprecation is listed I had already changed
keepGraphqlFileExtension
to 'true' in myember-cli-build
, which was causing the import schema to fail.import schema from 'app-name/path-to-your-schema';
Needed to be
import schema from 'app-name/path-to-your-schema.graphql';
This took me entirely too long to realize, and thought it might be nice to make a mention to it since ember-apollo will be changing.
The text was updated successfully, but these errors were encountered: