From ef1339a90e030bebc2788418b3cb218be997ef7b Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Sat, 2 Apr 2016 19:46:26 -0700 Subject: [PATCH] Added custom scalars to the docs --- docs/pages/docs/basic-types.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/docs/basic-types.md b/docs/pages/docs/basic-types.md index d63867e0..f8e251cd 100644 --- a/docs/pages/docs/basic-types.md +++ b/docs/pages/docs/basic-types.md @@ -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.