Skip to content

Commit

Permalink
feat(core): Expose tags on Assets for shop api (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-monchany authored Dec 15, 2022
1 parent 72b785d commit d9316df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.

This file was deleted.

1 change: 1 addition & 0 deletions packages/core/src/api/schema/common/asset.type.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Asset implements Node {
source: String!
preview: String!
focalPoint: Coordinate
tags: [Tag!]!
}

type Coordinate {
Expand Down

0 comments on commit d9316df

Please sign in to comment.