CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 04:08:36 GMT
content-type: text/html
cf-ray: 967a3c476b6ac19a-BLR
cf-cache-status: HIT
access-control-allow-origin: *
cache-control: max-age=1200
content-encoding: gzip
etag: W/"452c59998a425ac8b667fcd5785ccc59"
last-modified: Fri, 29 Jan 2021 05:05:16 GMT
vary: Accept-Encoding
access-control-allow-methods: HEAD, OPTIONS, GET
cdn-cache-control: public
referrer-policy: no-referrer-when-downgrade
x-amz-id-2: qnWHbeu13GzJYHDYlbvPFcGMUgo0CNyXm2e0+6H1bRci2tLpdOre3idsUflTPzjd2VhFAYuXmNs=
x-amz-meta-mtime: 1609391595
x-amz-request-id: DT6KV8292NYDAV8H
x-backend: web-i-00cb06065a22d4a74
x-content-type-options: nosniff
x-rtd-domain: docs.graphene-python.org
x-rtd-force-addons: true
x-rtd-path: /proxito/html/graphene-django/latest/index.html
x-rtd-project: graphene-django
x-rtd-project-method: custom_domain
x-rtd-resolver-filename: /
x-rtd-version: latest
x-rtd-version-method: path
x-served: Nginx-Proxito-Sendfile
set-cookie: _cfuvid=97Ll_WebTBOL4Ij4M1wMX1L2_F1shtDHA5NQlMqticY-1753934916547-0.0.1.1-604800000; path=/; domain=.docs.graphene-python.org; HttpOnly; Secure; SameSite=None
server: cloudflare
alt-svc: h3=":443"; ma=86400
Graphene-Python
- Docs »
- Graphene-Django
Graphene-Django¶
Welcome to the Graphene-Django docs.
Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abstractions that make it easy to add GraphQL functionality to your Django project.
First time? We recommend you start with the installation guide to get set up and the basic tutorial. It is worth reading the core graphene docs to familiarize yourself with the basic utilities.
Core tenets¶
If you want to expose your data through GraphQL - read the Installation
, Schema
and Queries
section.
For more advanced use, check out the Relay tutorial.