Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#11606)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Feb 25, 2025
1 parent 487ae1e commit 0b6e1a8
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 @@ -17039,6 +17039,9 @@ type Query {
# The slug or ID of the Feature
id: ID
): Feature

# A list of currently running featured fairs, backfilled with past fairs. Fairs are sorted by start date in descending order.
featuredFairs(includeBackfill: Boolean = true, size: Int): [Fair]
featuredLinksConnection(
after: String
before: String
Expand Down Expand Up @@ -21729,6 +21732,9 @@ type Viewer {
# The slug or ID of the Feature
id: ID
): Feature

# A list of currently running featured fairs, backfilled with past fairs. Fairs are sorted by start date in descending order.
featuredFairs(includeBackfill: Boolean = true, size: Int): [Fair]
featuredLinksConnection(
after: String
before: String
Expand Down

0 comments on commit 0b6e1a8

Please sign in to comment.