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 3bef876 commit ef1339aCopy full SHA for ef1339a
docs/pages/docs/basic-types.md
@@ -16,6 +16,10 @@ Also the following Types are available:
16
- `graphene.List`
17
- `graphene.NonNull`
18
19
+Graphene also provides custom scalars for Dates and JSON:
20
+- `graphene.core.types.custom_scalars.DateTime`
21
+- `graphene.core.types.custom_scalars.JSONString`
22
+
23
## Shortcuts
24
25
There are some shortcuts for building schemas more easily.
0 commit comments