Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#15121)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jan 28, 2025
1 parent 35e2ef1 commit 60ba33c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -16879,20 +16879,17 @@ type Query {
after: String
before: String

# The number of curated artworks to return. This is a temporary field to support the transition to OpenSearch
# The number of curated artworks to return.
curatedPicksSize: Int = 2

# Exclude these artworks from the response
excludeArtworkIds: [String]
first: Int

# Which index to use to display initial batch of artworks
initialArtworksIndexName: String = "infinite_discovery_initial_artworks"
last: Int

# These artworks are used to calculate the taste profile vector. Such artworks are excluded from the response
likedArtworkIds: [String]
limit: Int
limit: Int = 5

# These fields are used for More Like This query
mltFields: [String] = ["genes", "materials", "tags", "medium"]
Expand Down Expand Up @@ -21546,20 +21543,17 @@ type Viewer {
after: String
before: String

# The number of curated artworks to return. This is a temporary field to support the transition to OpenSearch
# The number of curated artworks to return.
curatedPicksSize: Int = 2

# Exclude these artworks from the response
excludeArtworkIds: [String]
first: Int

# Which index to use to display initial batch of artworks
initialArtworksIndexName: String = "infinite_discovery_initial_artworks"
last: Int

# These artworks are used to calculate the taste profile vector. Such artworks are excluded from the response
likedArtworkIds: [String]
limit: Int
limit: Int = 5

# These fields are used for More Like This query
mltFields: [String] = ["genes", "materials", "tags", "medium"]
Expand Down

0 comments on commit 60ba33c

Please sign in to comment.