Skip to content

Commit 65fc600

Browse files
committed
Merge pull request #107 from defrex/master
Add some clarifications to the custom Scalar type doc
2 parents 7b06e01 + d16155e commit 65fc600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/docs/basic-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If you want to create a DateTime Scalar Type just type:
3939

4040
```python
4141
import datetime
42+
from graphene.core.classtypes import Scalar
4243
from graphql.core.language import ast
4344

4445
class DateTime(Scalar):

0 commit comments

Comments
 (0)