Added Date scalar to documentation

This commit is contained in:
Grégoire Chauvet 2017-11-29 14:32:17 +01:00 committed by GitHub
parent 375d1f494b
commit 98366c6add
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``