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 67d8fdd commit b66050dCopy full SHA for b66050d
docs/fields.rst
@@ -0,0 +1,19 @@
1
+Supported Mongoengine Fields
2
+============================
3
+
4
+- BooleanField
5
+- DecimalField
6
+- DateTimeField
7
+- DictField
8
+- EmailField
9
+- EmbeddedDocumentField
10
+- EmbeddedDocumentListField
11
+- FloatField
12
+- IntegerField
13
+- ListField
14
+- ObjectIdField
15
+- ReferenceField
16
+- StringField
17
+- URLField
18
+- UUIDField
19
docs/index.rst
@@ -4,7 +4,7 @@ Graphene-Mongo
Contents:
.. toctree::
- :maxdepth: 0
-
- tutorial
+ :maxdepth: 0
+ tutorial
+ fields
0 commit comments