mbrochh / django-graphql-apollo-react-demo

Code for a workshop about my Django, GraphQL, ReactJS, Apollo-stack
332 stars 78 forks source link

Django 2.0.6 #20

Closed markolofsen closed 6 years ago

markolofsen commented 6 years ago

Hey! Thanks for your nice example between React/Django/GraphQL — Nice job!

I made some modifications of your code for django 2.0.6 Everything ok, but strange error when I trying to send message from frontend (react): GraphQL error: 'dict' object has no attribute 'user'

Forked & Uploaded here

Also I think problem in auth, because not understandable enough when I'm logged or not. And one more question: how to make SSR (pre-rendered page with additional graph-request)?