Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#8742)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored May 23, 2023
1 parent e599030 commit 79ef4fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1491,18 +1491,18 @@ type Artist implements EntityWithFilterArtworksConnectionInterface & Node & Sear
insights(
# The specific insights to return.
kind: [ArtistInsightKind] = [
HIGH_AUCTION_RECORD
ACTIVE_SECONDARY_MARKET
CRITICALLY_ACCLAIMED
ARTSY_VANGUARD_YEAR
SOLO_SHOW
GROUP_SHOW
COLLECTED
REVIEWED
BIENNIAL
ACTIVE_SECONDARY_MARKET
HIGH_AUCTION_RECORD
ARTSY_VANGUARD_YEAR
CRITICALLY_ACCLAIMED
RESIDENCIES
PRIVATE_COLLECTIONS
COLLECTED
REVIEWED
AWARDS
RESIDENCIES
]
): [ArtistInsight!]!

Expand Down

0 comments on commit 79ef4fe

Please sign in to comment.