Mel van Londen

Results 16 comments of Mel van Londen

Subscriptions added in v2 https://github.com/graphql-python/graphene/releases/tag/v2.0.0

Reopening to add native support for subscriptions using channels

The GraphQL organization [recommends delegating authorization to the business layer](https://graphql.org/learn/authorization/). You could use [django-guardian](https://github.com/django-guardian/django-guardian) or [django-rules](https://github.com/dfunckt/django-rules) to create object-level permissions. Alternatively, you could protect the endpoint at the view layer.

@tfoxy thank you 🙇‍♂️! @zbyte64 mind adding a section in the docs about `graphene-django-optimizer`

the answers are available in the [printed version](https://smile.amazon.com/Bayesian-Methods-Hackers-Probabilistic-Addison-Wesley/dp/0133902838?ie=UTF8&*Version*=1&*entries*=0)

The grid system isn't too much of a need for me. I'd rather have the grid list tiles with all these spiffy variations. ![](https://puu.sh/twxfu/1efbffff6f.png)

@sedubois FWIW I've added prep to [create-react-app](https://github.com/facebookincubator/create-react-app) using the following code in the `scripts` portion of the `package.json`. ``` "build": "react-scripts build && npm run prerender", "prerender": "babel src/prerender/index.js -o...

I'm seeing the same issue. @hkasemir did you find a workaround?

Governors don't have access to gql, aiohttp, and webob. Otherwise, all the approvals are in place

Emailed @syrusakbary about adding governors to the remaining repos in graphql-python