Skip to content

Commit f7fa50b

Browse files
PagebakersAlan-Cha
authored andcommitted
fix: use correct exports name
Signed-off-by: Pagebakers <eelco@appulse.nl>
1 parent 54851d6 commit f7fa50b

File tree

2 files changed

+1
-6391
lines changed

2 files changed

+1
-6391
lines changed

packages/openapi-to-graphql/src/schema_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
GraphQLInputType,
3737
GraphQLInputFieldConfigMap
3838
} from 'graphql'
39-
import GraphQLUpload from 'graphql-upload/GraphQLUpload'
39+
import GraphQLUpload from 'graphql-upload/GraphQLUpload.js'
4040

4141
// Imports:
4242
import { GraphQLBigInt, GraphQLJSON } from 'graphql-scalars'

0 commit comments

Comments
 (0)