diff --git a/data/schema.graphql b/data/schema.graphql index aed430651f0..b7d02e20098 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -2548,7 +2548,7 @@ type Artwork implements Node & Searchable & Sellable { onlyShipsDomestically: Boolean partner( # Use whatever is in the original response instead of making a request - shallow: Boolean + shallow: Boolean = true ): Partner partnerOffersConnection( after: String