Christian Meunier

Results 146 comments of Christian Meunier

It would definitely be very nice and handy to have a getJoin function at the document level so that if you have loaded a document without some/all its relations, you...

I actually changed my mind regarding lazy fields playing with js-data on the client side which does use lazy fields for defining relations. Truth to be told, I just discovered...

So probably should split this request in 2: - Define getJoin at the document level using the same syntax that at the model level. It would load relations into the...

Actually given the async nature of thinky/rethinkdb it's impossible to transparently provide lazy fields without blocking. So most probably the best bet would be an 'ensure join' method as describe...

+1 Would be interesting to facilitate adoption of GraphQL with Thinky.

One use case is to interface it with GraphQL for example. GraphQL expects your to build a schema for your app and if you use Thinky, that schema gonna be...

Hi @neumino, GraphQL has an ambiguous name somewhat and is not a query language as you expect but more a Type system for your application that provides introspection, validation and...

One more use case would be to assist building GraphQL schema.

Any chance to see that PR merged ?