We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975f45e commit 8990e17Copy full SHA for 8990e17
docs/extra-types.rst
@@ -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
@@ -25,6 +25,7 @@ For more advanced use, check out the Relay tutorial.
25
tutorial-relay
26
schema
27
queries
28
+ extra-types
29
mutations
30
filtering
31
authorization
0 commit comments