We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On tag 3.0.0-beta.48 Would you please change code in file /src/core/QueryInfo.ts to code below?
/src/core/QueryInfo.ts
on line 2 to change
import { DocumentNode, GraphQLError } from 'graphql';
line 10 to add
import { FetchResult } from '../../client/link/core/types';
and function markResult() to change to like
function markResult()
function markResult<T>(result: FetchResult<T>, ...) {}
Intended outcome: Do not throw type error.
Actual outcome: Throw type error.
How to reproduce the issue: Just compiled by typescript.
Versions System: OS: macOS 10.15.4 Binaries: Node: 14.2.0 - /usr/local/bin/node npm: 6.14.5 - /usr/local/bin/npm Browsers: Chrome: 84.0.4143.2 Safari: 13.1 npmPackages: @apollo/client: ^3.0.0-beta.48 => 3.0.0-beta.48
@benjamn
The text was updated successfully, but these errors were encountered:
@BrickCarvingArtist Any chance you might have time to submit a pull request? 🙏
Sorry, something went wrong.
Ran into this as well after upgrading to graphql@15.0.0
Successfully merging a pull request may close this issue.
On tag 3.0.0-beta.48
Would you please change code in file
/src/core/QueryInfo.ts
to code below?on line 2 to change
line 10 to add
and
function markResult()
to change to likeIntended outcome:
Do not throw type error.
Actual outcome:
Throw type error.
How to reproduce the issue:
Just compiled by typescript.
Versions
System:
OS: macOS 10.15.4
Binaries:
Node: 14.2.0 - /usr/local/bin/node
npm: 6.14.5 - /usr/local/bin/npm
Browsers:
Chrome: 84.0.4143.2
Safari: 13.1
npmPackages:
@apollo/client: ^3.0.0-beta.48 => 3.0.0-beta.48
@benjamn
The text was updated successfully, but these errors were encountered: