Add extra types documentation (#902)

This commit is contained in:
Jonathan Kim 2020-05-09 12:19:02 +01:00 committed by GitHub
parent 975f45ed1a
commit 8990e173ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
schema
queries
extra-types
mutations
filtering
authorization