Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#8790)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored May 31, 2023
1 parent 46e0a6b commit 9f398f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ type Artist implements EntityWithFilterArtworksConnectionInterface & Node & Sear
size: Int
slugs: [String!]
): [MarketingCollection]
meta(page: ArtistPage = ABOUT): ArtistMeta
meta(page: ArtistPage = ABOUT): ArtistMeta!
middle: String
name: String
nationality: String
Expand Down Expand Up @@ -1733,8 +1733,8 @@ type ArtistInsightsCount {
}

type ArtistMeta {
description: String
title: String
description: String!
title: String!
}

enum ArtistPage {
Expand Down

0 comments on commit 9f398f7

Please sign in to comment.