Christoph Zwerschke
Christoph Zwerschke
Sure. Note that the article is for Angular 2 and a bit outdated already. I'll publish an update once Angular 5 is released which should happen in the next few...
@BojanKogoj I'm already on it - will push it today :)
Ok, I have now updated my [Pinboard-Pin](https://github.com/Cito/Pinboard-Pin) extension and the article [Web Extensions made with Angular](https://cito.github.io/blog/web-ext-with-angular/) to incorporate the latest changes and additions in Angular 5. Turned out that Angular...
Unfortunately, I don't have the time to engage in this, but I agree it sounds interesting and if anyone wants to tackle it, please go ahead and create a PR.
Thank you for that blog post @yfilali, that was really helpful. Your `optimize_resolve` method works pretty well for me. By using `joinedload` instead of `subqueryload`, I was able to reduce...
Note that [PostgraphQL](https://github.com/postgraphql/postgraphql) ([Graphile](https://www.graphile.org/)) doesn't convert numeric primary keys to IDs either. Relay ids are provided as `nodeId`. Alternatively, PostgraphQL can be configured to provide relay ids as `id` and...
@ekampf - on the other hand it might also scare away people when there is too much going on in one project. If the project is focused on a single...
@jnak - thanks for starting that discussion. I like your proposed solution. Some thoughts from my side: The last example is a bit unclear - are you suggesting that fields...
Thanks for the additional info. The `orm_field`s should take precedence over `only_fields`, and your usage example makes sense. My point was that you would still need a custom BaseSQLAlchemyObjectType that...
@Kazanz - right, since version 2.0 hybrid properties are supported. But they are not pure SQLAlchemy (it's an extension) and actually used for a different purpose. The decorator `@hybrid_property` actually...