Skip to content

Commit ef1339a

Browse files
committed
Added custom scalars to the docs
1 parent 3bef876 commit ef1339a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/pages/docs/basic-types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Also the following Types are available:
1616
- `graphene.List`
1717
- `graphene.NonNull`
1818

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+
1923
## Shortcuts
2024

2125
There are some shortcuts for building schemas more easily.

0 commit comments

Comments
 (0)