diff --git a/docs/extra-types.rst b/docs/extra-types.rst new file mode 100644 index 0000000..22927d6 --- /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 602f8dd..93f37db 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