diff --git a/docs/extra-types.rst b/docs/extra-types.rst new file mode 100644 index 000000000..22927d67c --- /dev/null +++ b/docs/extra-types.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 602f8dd1e..93f37dbeb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,6 +25,7 @@ For more advanced use, check out the Relay tutorial. tutorial-relay schema queries + extra-types mutations filtering authorization