Skip to content

Commit 6d2b77a

Browse files
committed
fix: declare global
Signed-off-by: Matt Krick <matt.krick@gmail.com>
1 parent e87c699 commit 6d2b77a

File tree

2 files changed

+350
-344
lines changed

2 files changed

+350
-344
lines changed

packages/server/graphql/private/resolvers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* This file dynamically requires all queries, mutations, and types.
22
* No need to mess with this unless we add subscriptions to the private schema
33
*/
4+
import '../../types/webpackEnv.d'
45
import importAll from '../../utils/importAll'
56
import {Resolvers} from './resolverTypes'
67

0 commit comments

Comments
 (0)