apollo-client: Cannot find module `apollo-client/gql`

Like #186, apollo-client#0.3.21 seems to not have the right module resolution on gql.

Can you publish a corrected version please ?

Also this is related to #188.

Thanks to @pschupp01 for indentifying the bug.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 1
  • Comments: 16 (16 by maintainers)

Most upvoted comments

This was an accidental change. I had no intention to break importing from apollo-client/gql in this version.

@rricard I agree, the proper way to fix things now is probably to re-introduce it in 0.3.22, and then remove it for 0.4.0. But maybe @stubailo has something else in mind, like importing it in apollo-client and exporting it again from there.

You’re right! I just realized the issue, will publish a fix in 10 minutes.