Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11003)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Oct 23, 2024
1 parent 2ca71f4 commit 012b81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -16496,7 +16496,7 @@ type Query {
discoverArtworks(
after: String
before: String
certainty: Int
certainty: Float
first: Int
last: Int
limit: Int
Expand Down Expand Up @@ -21104,7 +21104,7 @@ type Viewer {
discoverArtworks(
after: String
before: String
certainty: Int
certainty: Float
first: Int
last: Int
limit: Int
Expand Down

0 comments on commit 012b81d

Please sign in to comment.