Erik Wrede

Results 172 comments of Erik Wrede

Any updates on this? @markedwards if you PR your initial changes I might be able to contribute to this 🙂

Closing this for cleanup. Agree with @ulgens, open issues should remain open for users to identity problems they occur. Especially when there's no active maintainers to consult, stale bot would...

Fixed: https://github.com/graphql-python/graphene/commit/19ebf08339263f0446235ddffbbab0e6d3f11699

I'm getting 'GraphQLResolveInfo' object has no attribute 'field_asts' connection_field.py using this on a simple query with a filter. Using `field_nodes` instead of field_asts does the trick for me: https://github.com/art1415926535/graphene-sqlalchemy-filter/blob/3d00712619d65678ec71056ce655f6d5c5ddf97e/graphene_sqlalchemy_filter/connection_field.py#L105 It...

Seems to be working for me, thanks! Furthermore, I have observed that with Graphene 3, Variable types for filter Variables seem to be parsed more strictly. Currently, to prevent having...

@palisadoes the graphene sqlalchemy repo is also almost unmaintained... an important fix pull request has been stuck waiting for approval for months now. As long as you're waiting, just add...

@palisadoes For me personally, it's too late to move my projects over to Django, since they're too far in terms of development. One of the main developers of the graphql...

@Redysz planning is done. Implementation is in progress, please check the recent PRs in graphene-sqlalchemy.

#267 should solve this issue and will be merged soon!