Caleb Meredith

Results 42 comments of Caleb Meredith

It would also be great for early adopters if ES7 could also be supported. What is the process you used to get the `acorn-modified.js` file from the acorn project? I...

Yep. I like the idea of hiding collisions by default with a warning and then providing an option like `--alias-schema-collisions`. That was one of my initial ideas. I’m also going...

Not currently, but we could do something with [Postgres table inheritance](https://www.postgresql.org/docs/9.6/static/ddl-inherit.html). What is your use case?

The tables you inherit from you’d want to generate queries, but you wouldn’t want mutations. So just `GRANT SELECT`, but not inserts, updates, or deletes 😉 If we were to...

I think @benjie’s proposal would be a fine thing to explore if anyone is interested in building out the implementation. That was what I imagined unions would probably have to...

@EyMaddis we can introspect the attributes on the type 😊 Every attribute represents a different type in the union. PostGraphQL would then only resolve the first non-null attribute it finds...

Could you put together a quick demo so we can see what this looks like in practice? This is an interesting idea using table inheritance with an empty table.

Doing a great job, looking forward to this being ready 👍 Is it usable for development now and perhaps production in a few weeks?

Can’t wait to see it back online. I make sure to check every month 👍

> field cost/complexity (the use case I'm quite interested in) I had some experiments on this that I didn’t release. I’d love to hear your thoughts 😊 * * *...