diff --git a/src/resolvers-types.ts b/src/resolvers-types.ts index 951d1a3..486779e 100644 --- a/src/resolvers-types.ts +++ b/src/resolvers-types.ts @@ -1,6 +1,6 @@ -import { BlockStatusFilter } from './blockchain/types'; +import { BlockStatusFilter } from './blockchain/types.js'; import { GraphQLResolveInfo } from 'graphql'; -import { GraphQLContext } from './context'; +import { GraphQLContext } from './context.js'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = {