Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11410)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jan 17, 2025
1 parent d1e9466 commit 9b943ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11984,6 +11984,7 @@ type Job {
externalURL: String!
id: ID!
location: String!
teamName: String!
title: String!
updatedAt(
format: String
Expand Down Expand Up @@ -16455,7 +16456,7 @@ type Query {
first: Int

# Which index to use to display initial batch of artworks
initialArtworksIndexName: String
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
Expand Down Expand Up @@ -21031,7 +21032,7 @@ type Viewer {
first: Int

# Which index to use to display initial batch of artworks
initialArtworksIndexName: String
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
Expand Down

0 comments on commit 9b943ee

Please sign in to comment.