We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684feef commit 96e31feCopy full SHA for 96e31fe
package.json
@@ -61,6 +61,7 @@
61
]
62
},
63
"dependencies": {
64
+ "@types/node": "12.7.8",
65
"graphql-type-json": "0.3.0"
66
}
67
src/mocks.ts
@@ -49,6 +49,8 @@ export const USCurrency = () => 1000;
49
export const JSON = () => ({});
50
export const JSONObject = () => ({});
51
52
+import { URL } from 'url';
53
+
54
export {
55
URLMock as URL,
56
NonNegativeInt as UnsignedInt,
0 commit comments