diff --git a/docs/types/scalars.rst b/docs/types/scalars.rst index 0958722d..0d979b5d 100644 --- a/docs/types/scalars.rst +++ b/docs/types/scalars.rst @@ -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``