Jonathan Kim

Results 138 comments of Jonathan Kim

@syrusakbary I'm going to leave this for you to take over now since you've said you're going to devote some more time to the project (I had assumed you weren't...

Great @djstein @jamietdavidson ! Are you both on the Slack workspace? It would be easier to coordinate things there with @tcleonard who has been picking up maintenance recently.

So after investigating lots of other options for supporting DataLoaders with Django I've come to the conclusion that the best approach is by implementing a custom execution context class in...

@AlexCLeduc can you give an example of what you mean?

@AlexCLeduc ah yeah that's not possible yet but I'll have a look at adding it.

@mattbasta I wrote some release notes a while ago: https://github.com/graphql-python/graphene/wiki/v3-release-notes I think they are still up to date (I've also added them to the GitHub release)

I've created a proposal for an alternative API for mutations that should solve this issue: https://github.com/graphql-python/graphene/issues/1226 Feedback welcome!

Hmm we should remove the promise import from the test client because it's no longer supported in GraphQL-core. Thanks for the bug report @Wonskcalb

Yeah it looks like we don’t have any tests for the test client (ironically)

@opqpop What errors do you see in the browser console? Have you setup static file hosting? (https://docs.djangoproject.com/en/3.2/howto/static-files/deployment/) WhiteNoise is a good option for that: http://whitenoise.evans.io/en/stable/