Skip to content
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

await refetched queries before resolve mutation #3169

Merged
merged 12 commits into from
Jul 23, 2018
Prev Previous commit
Next Next commit
Adjust apollo-client and apollo-boost bundle size max
  • Loading branch information
hwillson committed Jul 23, 2018
commit aead676dec72bf132fefc6ad1bbb6af4f19923a3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
{
"name": "apollo-client",
"path": "./packages/apollo-client/lib/bundle.min.js",
"maxSize": "11.8 kB"
"maxSize": "12.5 kB"
},
{
"name": "apollo-boost",
"path": "./packages/apollo-boost/lib/bundle.min.js",
"maxSize": "35 kB"
"maxSize": "36 kB"
},
{
"name": "apollo-utilities",
Expand Down