You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tutorial.rst code sample that raises exception
If you try doing "schema = graphene.Schema", as this tutorial did, you get "AssertionError: Schema query must be Object Type but got: None." Instead you have to pass the query in on init.
0 commit comments