From 501100cf40ea0aeacf6afafbd36c477e584c6e3f Mon Sep 17 00:00:00 2001 From: Artsy Date: Wed, 27 Sep 2023 14:35:46 -0400 Subject: [PATCH] chore: update metaphysics graphql schema (#9345) --- data/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema.graphql b/data/schema.graphql index 9fc02fbdda0..d97298dfd30 100644 --- a/data/schema.graphql +++ b/data/schema.graphql @@ -1395,7 +1395,7 @@ type Artist implements EntityWithFilterArtworksConnectionInterface & Node & Sear format: Format # If true, will return featured bio over Artsy one. - partnerBio: Boolean = false + partnerBio: Boolean = true ): ArtistBlurb birthday: String blurb(format: Format): String