From cbdaf2218087252b0b7151749cd5868563391035 Mon Sep 17 00:00:00 2001 From: Artsy Date: Tue, 8 Oct 2024 00:07:16 +0200 Subject: [PATCH] chore: update metaphysics graphql schema (#10902) --- data/schema.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/schema.graphql b/data/schema.graphql index 36aa0f2f642..db045a09c73 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -2246,6 +2246,8 @@ type Artwork implements Node & Searchable & Sellable { last: Int ): ArtistSeriesConnection artists( + private: Boolean = true + # Use whatever is in the original response instead of making a request shallow: Boolean ): [Artist]