Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11392)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jan 14, 2025
1 parent 8c34df6 commit b144f6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -16448,6 +16448,9 @@ type Query {
# (Only for when useOpenSearch is true) Exclude these artworks from the response
excludeArtworkIds: [String]
first: Int

# (Only for when useOpenSearch is true) Which index to use to display initial batch of artworks
initialArtworksIndexName: String = "infinite_discovery_initial_artworks"
last: Int

# (Only for when useOpenSearch is true) These artworks are used to calculate the taste profile vector. Such artworks are excluded from the response
Expand Down Expand Up @@ -21018,6 +21021,9 @@ type Viewer {
# (Only for when useOpenSearch is true) Exclude these artworks from the response
excludeArtworkIds: [String]
first: Int

# (Only for when useOpenSearch is true) Which index to use to display initial batch of artworks
initialArtworksIndexName: String = "infinite_discovery_initial_artworks"
last: Int

# (Only for when useOpenSearch is true) These artworks are used to calculate the taste profile vector. Such artworks are excluded from the response
Expand Down

0 comments on commit b144f6d

Please sign in to comment.