Ivo Meißner

Results 32 comments of Ivo Meißner

In the original repository, there are no subscriptions in this package. It just has support to return JS Promises, I assume they are then used to implement subscriptions. I don't...

There is a new proposal in the graphql-php library for implementing promises: https://github.com/webonyx/graphql-php/issues/42 Once that is implemented, we can add it here too.

I recently tried to get this library to work with postgres. I ran into several fundamental problems that are not as easy to solve (if at all?). So I ended...

I am just migrating to models.DurationField. One other difference to be aware of, in case someone wants to upgrade: Aggregations on this field returned an int value, where the native...

This is a project that is using Slicknode with a multi-tenant setup: https://axolist.com/ (not open source though) There are several ways you can do multi-tenant with Slicknode: - 1 project...

I think it would be awesome if we could add this without the rule "Fragment Argument Uniqueness". I don't see a logical reason from a spec point of view why...

> How would you prevent this? This particular case would be prevented by the rules defined for field selection merging: https://spec.graphql.org/June2018/#sec-Field-Selection-Merging > > In short: GraphQL is **already** not modular...

I have the same issue on node v9.8.0. That change also seems to fix the issue there.

This here works for me: ```javascript const zip = new AdmZip(); zip.addFile('dirname/', new Buffer('')); ```

I am not sure if the directive estimator would be the right approach for that. I see some challenges with polymorphic types and calculating the complexity when there are multiple...