Added custom scalars to the docs

This commit is contained in:
Syrus Akbary 2016-04-02 19:46:26 -07:00
parent 3bef8762e7
commit ef1339a90e

View File

@ -16,6 +16,10 @@ Also the following Types are available:
- `graphene.List`
- `graphene.NonNull`
Graphene also provides custom scalars for Dates and JSON:
- `graphene.core.types.custom_scalars.DateTime`
- `graphene.core.types.custom_scalars.JSONString`
## Shortcuts
There are some shortcuts for building schemas more easily.