diff --git a/data/schema.graphql b/data/schema.graphql index 8716ef586c8..3f9de9f44c1 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -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!