mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Merge branch 'master' of github.com:graphql-python/graphene
This commit is contained in:
commit
457ecbe491
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user