Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Nov 21, 2024
1 parent 7f51ad5 commit 03c0cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resolvers-types.ts
Original file line number Diff line number Diff line change
@@ -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> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = {
Expand Down

0 comments on commit 03c0cb1

Please sign in to comment.