-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
fix(graph-cache-config): correct IntrospectionData
#297
Conversation
In `@urql/exchange-graphcache@v5.2.0` `IntrospectionData` is no longer exported, but can be accessed via `CacheExchangeOpts`'s schema property.
🦋 Changeset detectedLatest commit: c49e9d3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I fixed the formatting :) |
@dargmuesli looks like some tests are still broken |
You're right, sorry. It's hard to see which of the many scripts one needs to run. I now went through all ci scripts and hope I got everything. Maybe there could be a "ci" script in the package.json which runs all necessary other scripts that need to run fine so one does not have to wait for each approval or go through the ci definition yml 😄 |
feel free to send that PR and we can also update the docs for it! |
Updated to incorporate #314 |
@dargmuesli i want to keep EOL node 12 independent so let’s revert that here. |
Will do once the current GitHub incident is resolved 👍 Do you plan to merge this PR without all tests being green then? |
Done ✔️ |
released @dargmuesli |
Description
In
@urql/exchange-graphcache@v5.2.0
IntrospectionData
is no longer exported, but can be accessed viaCacheExchangeOpts
's schema property.urql-graphql/urql#3027 (comment)
Type of change
Please delete options that are not relevant.
expected)
Screenshots/Sandbox (if appropriate/relevant):
n/a
How Has This Been Tested?
Updated existing test & snapshot.
Test Environment:
CI
Checklist:
CONTRIBUTING doc and the
style guidelines of this project
Further comments
n/a