2022-04-19
1475
#django#graphql
Tigran Bayburtsyan
10391
Apr 19, 2022 â‹… 5 min read

Django and GraphQL: Demo project with Graphene

Tigran Bayburtsyan Cofounder and CTO at Hexact, Inc. Software scalability expert!

Recent posts:

Exploring Hurl An Alternative To Postman

Exploring Hurl, a command line alternative to Postman

Hurl is an excellent Postman alternative that improves the DX of working with APIs through the command line.

Nwani Victory
May 20, 2024 â‹… 8 min read
How To Integrate WunderGraph With Your Frontend Application

How to integrate WunderGraph with your frontend application

Unify and simplify APIs using WunderGraph to integrate REST, GraphQL, and databases in a single endpoint.

Boemo Mmopelwa
May 17, 2024 â‹… 5 min read
Understanding The Latest Webkit Features In Safari 17.4

Understanding the latest Webkit features in Safari 17.4

The Safari 17.4 update brought in many modern features and bug fixes. Explore the major development-specific updates you should be aware of.

Rahul Chhodde
May 16, 2024 â‹… 10 min read
Using Webrtc To Implement Peer To Peer Video Streaming In A Node Js Project

Using WebRTC to implement P2P video streaming

Explore one of WebRTC’s major use cases in this step-by-step tutorial: live peer-to-peer audio and video streaming between systems.

Oduah Chigozie
May 16, 2024 â‹… 18 min read
View all posts

3 Replies to "Django and GraphQL: Demo project with Graphene"

  1. Any and all graphQL servers can be introspected with GraphiQL. Dev mode has nothing to do with it. The spec itself specifies that.

  2. Under “setting up models” and “…graphene” sections above…

    There are a couple code examples with indentation issues, publishing issues?
    Just noting that ‘cut n paste’ will not work from those sections.

    1. Thanks for the catch, that should be fixed now. There’s also a link to the GitHub repo for further reference.

Leave a Reply