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.
1 parent c472bf4 commit d16155eCopy full SHA for d16155e
docs/pages/docs/basic-types.md
@@ -59,16 +59,6 @@ class DateTime(Scalar):
59
return datetime.datetime.strptime(value, "%Y-%m-%dT%H:%M:%S.%f")
60
```
61
62
-Unlike the other basic types, custom `Scalar` types should not be instantiated
63
-when used.
64
-
65
-```python
66
-import graphene
67
68
-class Post(graphene.ObjectType):
69
- created = graphene.Field(DateTime)
70
-```
71
72
## Mounting in ClassTypes
73
74
This types if are mounted in a `ObjectType`, `Interface` or `Mutation`,
0 commit comments