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 c7a3ca6 commit 46466fbCopy full SHA for 46466fb
src/composeWithDataLoader.js
@@ -1,6 +1,5 @@
1
import { TypeComposer } from 'graphql-compose'
2
import DataLoader from 'dataloader'
3
-import hash from 'object-hash'
4
import SingleContinous from './singleContinous'
5
6
import {
src/singleContinous.js
@@ -1,6 +1,3 @@
-import objectHash from 'object-hash'
-import stringHash from 'string-hash'
-
/**
* This class makes shure functions with params only run once
*/
0 commit comments