diff --git a/UPGRADE-v2.0.md b/UPGRADE-v2.0.md index d2187fd1..1877b8b9 100644 --- a/UPGRADE-v2.0.md +++ b/UPGRADE-v2.0.md @@ -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`.