Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed May 1, 2024
1 parent b862c05 commit 7e12bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types/schema/graphql-ts-schema.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ReadStream } from 'fs'
import * as graphqlTsSchema from '@graphql-ts/schema'
// @ts-expect-error
import GraphQLUpload from 'graphql-upload/GraphQLUpload.js'
import GraphQLUpload from 'graphql-upload/GraphQLUpload.mjs'
import { GraphQLError, GraphQLScalarType } from 'graphql'
import { Decimal as DecimalValue } from 'decimal.js'
import type { GraphQLFieldExtensions, GraphQLResolveInfo } from 'graphql'
Expand Down

0 comments on commit 7e12bb6

Please sign in to comment.