Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11044)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Oct 30, 2024
1 parent ff385a9 commit 299521c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,9 @@ type Artwork implements Node & Searchable & Sellable {
isPurchasable: Boolean
isSaved: Boolean

# Checks if artwork is saved to any of the user's 'saves' lists
isSavedToAnyList: Boolean!

# Checks if artwork is saved to user's lists
isSavedToList(default: Boolean = false, saves: Boolean = true): Boolean!

Expand Down

0 comments on commit 299521c

Please sign in to comment.