Merge pull request #107 from defrex/master

Add some clarifications to the custom Scalar type doc
This commit is contained in:
Syrus Akbary 2016-02-04 14:03:57 -08:00
commit 65fc600faf

View File

@ -39,6 +39,7 @@ If you want to create a DateTime Scalar Type just type:
```python
import datetime
from graphene.core.classtypes import Scalar
from graphql.core.language import ast
class DateTime(Scalar):