Make query diffing pluggable
See original GitHub issueOpen discussion about if we should do query diffing.
One minor pro is it means we could remove graphql-js
from the client build which would really lower our bundle size. https://github.com/apollostack/apollo-client/pull/153/commits/7a8dbec8d050bf095d6cff6606f289efc58c4d85 had to increase our size due to more exports from the graphql-js library.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Query pluggable database table from root container?
Is it possible to query tables in a pluggable database from the root container? If it is possible, what is the method?
Read more >Make it pluggable to lowdb · Issue #30 · davidgtonge/underscore ...
Hello, first of all i have to say this is an awesome library. I've tried to augment lowdb with this mixin lib. Unfortunately...
Read more >Multitenant : PDBs With Different Character Sets to the CDB in ...
Compare the character set of the CDB and the new pluggable database. CONN / AS SYSDBA COLUMN parameter FORMAT A30 COLUMN value FORMAT...
Read more >Subscriptions and Live Queries - Real Time with GraphQL
So let's take a recap of GraphQL Subscriptions, take a look at existing Live Query Solutions today and compare the differences between the ......
Read more >A curated list of awesome Go frameworks, libraries and ...
xo - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After talking to Jonas a bit, it would be cool if Apollo Client was almost a framework for writing the GraphQL client that you want - whether that’s diffing vs. not, runtime vs. build-time query parsing, etc - the basic architecture we have with redux lets us be pretty flexible about that.
There are only a couple of invariants to maintain - the API, the fact that you get the query results, etc - and the internals can be modified at will.
That would be a pretty awesome value prop for someone looking to use GraphQL in their client.
@stubailo @helfer
Yes this, 💯 this
I would make things like building the embeddable apollo vs the full application one so easy to do