mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Added UUID docs
This commit is contained in:
parent
eabb9b202c
commit
5696c5af4f
|
@ -176,3 +176,7 @@ With 2.0:
|
|||
class Dog(ObjectType, interfaces=[Pet]):
|
||||
name = String()
|
||||
```
|
||||
|
||||
### UUID Scalar
|
||||
|
||||
In Graphene 2.0 there is a new dedicated scalar for UUIDs, `UUID`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user