grapher icon indicating copy to clipboard operation
grapher copied to clipboard

Grapher: Meteor Collection Joins + Reactive GraphQL like queries

Results 84 grapher issues
Sort by recently updated
recently updated
newest added

Hello, sorry if this is not the right place to ask. I am looking for a way to improve my data fetching for a few Meteor applications right now. Grapher...

Fixes the main two issues with upgrades to Mongo 5: 1. New wrapper for aggregations 2. Counts being enforced with exposure rules #463 Also added in a docker-compose file for...

Hi ! It looks like Grapher will now be maintained by `meteor-community` ? Do you have any plans to make it compatible with FastRender, which is also `meteor-community` maintained ?...

enhancement
help wanted

Includes #462 and new Travis CI test with Meteor 2.6. Currently the test fails on 4 things. Not sure which ones as locally I did not have the problem.

Was crashing in Meteor 2.6 (queries failed to execute). As discussed in https://github.com/cult-of-coders/grapher/pull/458#issuecomment-1038431738

Going through the necessary upgrade for 2.6 and this one jumped out to me. This happens in the exposure functionality around document counts. There's a discussion going on about it:...

bug
help wanted

Adds check in `storeOneResults()` function to handle already processed collection results. It can happen that instead of an array, an object is passed to the function.

Hello, I just found what seems like a bug : on the client, data returned by two queries can differ depending in which order the queries are called. I just...

Using basically a modified version of the example in the documentation at the "Dynamic Filter" section here: https://cult-of-coders.github.io/grapher/#Introduction Regular queries are working, but if I attempt to use clone on...

Queries with denormalized links fail in all sorts of ways, there's a lot that breaks. I added a couple tests that highlight the kinds of things that fail, and tried...