BounceTribe / bouncetribe

The bounce tribe repository!
https://www.test.bouncetribe.com/
3 stars 2 forks source link

Any way to set default filters on graphcool? #32

Closed JakeIwen closed 6 years ago

JakeIwen commented 6 years ago

for example, I never want to return a Bounce with a null Project, but would rather not remember to add the filter to every query. This is the case when a Project is deleted. Unless there's a way to do the equivalent of cascading in SQL, but it wont be an exorbitant amount to data to keep around, so whatever works is easier

JakeIwen commented 6 years ago

ahh nvm will just keep a default in routing/index.js