Skip to content

Commit 8990e17

Browse files
authored
Add extra types documentation (#902)
1 parent 975f45e commit 8990e17

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/extra-types.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Extra Types
2+
===========
3+
4+
Here are some libraries that provide common types for Django specific fields.
5+
6+
7+
GeoDjango
8+
---------
9+
10+
Use the graphene-gis_ library to add GeoDjango types to your Schema.
11+
12+
.. _graphene-gis: https://github.com/EverWinter23/graphene-gis

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For more advanced use, check out the Relay tutorial.
2525
tutorial-relay
2626
schema
2727
queries
28+
extra-types
2829
mutations
2930
filtering
3031
authorization

0 commit comments

Comments
 (0)