mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 08:19:45 +03:00
Add initial tutorial structure
This commit is contained in:
parent
e71a52140a
commit
179a611974
20
docs/tutorial/index.rst
Normal file
20
docs/tutorial/index.rst
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Writing your first Graphene Schema
|
||||||
|
==================================
|
||||||
|
|
||||||
|
This tutorial is roughly based on Django's poll tutorial.
|
||||||
|
It will be divided in multiple steps.
|
||||||
|
|
||||||
|
We will assume that you already have Graphene installed.
|
||||||
|
The tutorial will be based on Graphene 2.0 and Python 3.6.
|
||||||
|
|
||||||
|
TODO: link to installation documentation.
|
||||||
|
TODO: explain what we are going to do.
|
||||||
|
|
||||||
|
Creating your project
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
TODO: explain what the usual structure for a Graphene schema looks
|
||||||
|
like.
|
||||||
|
|
||||||
|
TODO: link to first step of the tutorial, which will be the creation of
|
||||||
|
the first schema.
|
6
docs/tutorial/part-1.rst
Normal file
6
docs/tutorial/part-1.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Create your first schema
|
||||||
|
========================
|
||||||
|
|
||||||
|
|
||||||
|
TODO: explain what a schema is
|
||||||
|
TODO: explain what a query is
|
Loading…
Reference in New Issue
Block a user