Add extra types documentation

This commit is contained in:
Jonathan Kim 2020-03-13 10:01:17 +00:00
parent 13352216a4
commit 1f017fff83
2 changed files with 13 additions and 0 deletions

12
docs/extra-types.rst Normal file
View File

@ -0,0 +1,12 @@
Extra Types
===========
Here are some libraries that provide common types for Django specific fields.
GeoDjango
---------
Use the graphene-gis_ library to add GeoDjango types to your Schema.
.. _graphene-gis: https://github.com/EverWinter23/graphene-gis

View File

@ -25,6 +25,7 @@ For more advanced use, check out the Relay tutorial.
tutorial-relay tutorial-relay
schema schema
queries queries
extra-types
mutations mutations
filtering filtering
authorization authorization