Added UUID docs

This commit is contained in:
Syrus Akbary 2017-07-24 23:15:47 -07:00
parent eabb9b202c
commit 5696c5af4f

View File

@ -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`.