Jason Kraus

Results 73 comments of Jason Kraus

I don't think baking in DRF is the was to go either. Personally I am interested in integration with django-graphene. Since most of the functionality is contained in forms or...

@johnwyles I don't have anything specific written yet for graphene & allauth, that might make a good project... Anyhow the closest thing I have is an example of using an...

Great Tool. Over at graphene-django the creator also was taken in a different direction at work. Fortunately, after some effort for sure, a community is now collectively maintaining the project...

.graphqlconfig:: ``` { "projects": { "topflavorfarms": { "schemaPath": "schema.graphql", "extensions": { "endpoints": { "default": "http://localhost:8000/graphql/" } }, "generate-fragments" { "output": "planter/src/graphql/app.fragments.js" "generator": "js" } } } ```

A good example of how to do this would be to look at python-couchdb: http://code.google.com/p/couchdb-python/source/browse/couchdb/mapping.py The properties themselves should describe how to get, set, serialize, and deserialize. This pattern is...

📣 Since all the breaking changes are complete we have switched the default branch over to v3. Existing PRs are still against v2. The name of the default branch is...

I believe the only remaining dependency for a non-beta release is a non-beta release of graphene v3

Thank you for this, was having trouble wrapping my head around this but the added tests help a bunch. I'm going to spend some time to see if we can...

Hi @asencis ; would love to have you join the team. Please join us on slack.

My two cents: `DjangoObjectType` should define a default `get_queryset` regardless of whether we adopt a more opinionated permission system. It's a common Django pattern and provides a useful hook for...