We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b3133 + 65fc600 commit 457ecbeCopy full SHA for 457ecbe
docs/pages/docs/basic-types.md
@@ -39,6 +39,7 @@ If you want to create a DateTime Scalar Type just type:
39
40
```python
41
import datetime
42
+from graphene.core.classtypes import Scalar
43
from graphql.core.language import ast
44
45
class DateTime(Scalar):
0 commit comments