mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Added custom scalars to the docs
This commit is contained in:
parent
3bef8762e7
commit
ef1339a90e
|
@ -16,6 +16,10 @@ Also the following Types are available:
|
|||
- `graphene.List`
|
||||
- `graphene.NonNull`
|
||||
|
||||
Graphene also provides custom scalars for Dates and JSON:
|
||||
- `graphene.core.types.custom_scalars.DateTime`
|
||||
- `graphene.core.types.custom_scalars.JSONString`
|
||||
|
||||
## Shortcuts
|
||||
|
||||
There are some shortcuts for building schemas more easily.
|
||||
|
|
Loading…
Reference in New Issue
Block a user