Skip to content

Commit

Permalink
fix nonstandard ESModule import, directories are not auto-resolved to…
Browse files Browse the repository at this point in the history
… index files in strict mode
  • Loading branch information
pospi committed Apr 27, 2023
1 parent 10f868b commit 9769f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphql-client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @since 2020-07-14
*/

import { ApolloClient, InMemoryCache, NormalizedCacheObject } from '@apollo/client/core'
import { ApolloClient, InMemoryCache, NormalizedCacheObject } from '@apollo/client/core/index.js'
import { SchemaLink } from '@apollo/link-schema'

import bindSchema, {
Expand Down

0 comments on commit 9769f82

Please sign in to comment.