This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
forked from ardatan/graphql-tools
-
Notifications
You must be signed in to change notification settings - Fork 5
Error when handling resolver error #30
Comments
Huh. Seems like my lint settings must be off! |
tslint thought it was the mocha context? might be fixed by v7.2.3 |
@yaacovCR same error happens on |
Can you include a stack trace? |
@yaacovCR on it. buildDelegationTransforms is missing passing context. you should really fix your linter ;-) |
Lol, can you please submit PRs that fixes this issue and the linter/test setup. Otherwise I can handle the first tonight, use v8.4.0 in the meantime, second I am not so sure how! Thanks! |
yaacovCR
added a commit
that referenced
this issue
Feb 4, 2020
Closes #30. Again. Not sure if eslint will work better than tslint in terms of this.
yaacovCR
added a commit
that referenced
this issue
Feb 13, 2020
permanently fixes #30 aligns style rules with upstream graphql
yaacovCR
added a commit
that referenced
this issue
Feb 17, 2020
Closes #30. Again. Not sure if eslint will work better than tslint in terms of this.
yaacovCR
added a commit
that referenced
this issue
Feb 17, 2020
permanently fixes #30 aligns style rules with upstream graphql
yaacovCR
added a commit
that referenced
this issue
Feb 27, 2020
Closes #30. Again. Not sure if eslint will work better than tslint in terms of this.
yaacovCR
added a commit
that referenced
this issue
Feb 27, 2020
permanently fixes #30 aligns style rules with upstream graphql
yaacovCR
added a commit
that referenced
this issue
Mar 26, 2020
Closes #30. Again. Not sure if eslint will work better than tslint in terms of this.
yaacovCR
added a commit
that referenced
this issue
Mar 26, 2020
permanently fixes #30 aligns style rules with upstream graphql
yaacovCR
added a commit
that referenced
this issue
Mar 26, 2020
Closes #30. Again. Not sure if eslint will work better than tslint in terms of this.
yaacovCR
added a commit
that referenced
this issue
Mar 26, 2020
permanently fixes #30 aligns style rules with upstream graphql
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On
graphql-tools-fork
v7.2.2 I get a following error:Function
handleList
does not havecontext
defined.The text was updated successfully, but these errors were encountered: