Erik Wrede

Results 202 comments of Erik Wrede

Might be related to #301

I just followed your link from the filter repo, so I thought I might leave a reply here as well :) While in general I support the idea of adding...

Sounds great! I think the current external library is great but still has some places where the design lacks flexibility. Maybe we should find some interested users and collect their...

Implementation is in progress. The main PR will be #357. Please join us on Slack `#graphene-sqlalchemy-filter` if you would like to contribute or have anything to add!

@rpgreen Out of curiosity, where do you expect performance gains when serializing your schema?

I did a `cProfile` profiling run on the current GitLab GQL schema. You can easily download it using Altair, selecting `https://gitlab.com/api/graphql` and running `Export SDL` in the docs section. These...

Just checked, seems like I messed up the version in my test env. The new version sees a performance improvement roughly equal to removing `get_visit_fn` from the statistics, parsing now...

@ulgens +1, or just remove the commit that applies the changes and a maintainer runs pre-commit locally to ensure nothing else was changed by accident. Adding black or the other...

Sounds like a great addition! TODOS for this: - [ ] Is this already supported in graphql-core? - [ ] Add deprecation reason field to Meta Options Classes and [Input]Field...

Looks interesting, I will have a deeper look into this soon