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 7b06e01 + d16155e commit 65fc600Copy full SHA for 65fc600
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