Merge pull request #615 from Prince-Leto/patch-1

Added Date scalar to documentation
This commit is contained in:
Syrus Akbary 2017-12-01 12:14:15 -08:00 committed by GitHub
commit 6c92e25ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ Graphene defines the following base Scalar Types:
Graphene also provides custom scalars for Dates, Times, and JSON:
- ``graphene.types.datetime.Date``
- ``graphene.types.datetime.DateTime``
- ``graphene.types.datetime.Time``
- ``graphene.types.json.JSONString``