Skip to content

Commit ccf935f

Browse files
Move graphql-upload types to core package and add reference
1 parent 34322a6 commit ccf935f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/apollo-server-core/src/processFileUploads.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference path="./types/graphql-upload.d.ts" />
2+
13
import supportsUploadsInNode from './utils/supportsUploadsInNode';
24

35
// We'll memoize this function once at module load time since it should never

types/graphql-upload/index.d.ts renamed to packages/apollo-server-core/src/types/graphql-upload.d.ts

File renamed without changes.

0 commit comments

Comments
 (0)