Simone Romano

Results 8 comments of Simone Romano

I am particularily interested in the `$lookup` operator since I have some simple relations that currently I handle with the `instance_from_document`.

I think this should be blocked, in the new driver they added again the `IndexModel`, we should try to adjust the indexes using that.

I think we have to fork it under an organization since we didn't receive an answer yet...

> Definitely, though in this case it wouldn't make any difference. The only reason I haven't already done so is due to time constraints, not because I was unaware of...

> > > @thedodd Any chance of updating Tokio? Would be nice since rocket can handle Async things now Hi, I would create a feature in wither to use the...

Hi, maybe we could work on it via a new aggregation system? This feature is also something that could be useful for me.

Hi, this looks like an interesting project, I love rust and I'd like to collaborate, I just saw this from this week in rust, are there any deadlines? Who is...

We're currently doing this with graphql-tools as such: ``` import { FilterRootFields, PruneSchema, schemaFromExecutor, wrapSchema } from "@graphql-tools/wrap" const operationWhitelist = [ "someoperation", ] const schema = wrapSchema({ schema: await...