@@ -1,3 +0,0 @@
-type Asset {
- tags: [Tag!]!
-}
@@ -11,6 +11,7 @@ type Asset implements Node {
source: String!
preview: String!
focalPoint: Coordinate
+ tags: [Tag!]!
}
type Coordinate {