Skip to content

Commit

Permalink
update schema snaposhots
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress committed Jan 13, 2025
1 parent f9b819c commit 290210b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe("typename_IN", () => {
type MovieAggregateSelection {
count: Int!
id: IDAggregateSelection!
id: IDAggregateSelection! @deprecated(reason: \\"aggregation of ID fields are deprecated and will be removed\\")
title: StringAggregateSelection!
}
Expand Down Expand Up @@ -188,7 +188,7 @@ describe("typename_IN", () => {
type ProductionAggregateSelection {
count: Int!
id: IDAggregateSelection!
id: IDAggregateSelection! @deprecated(reason: \\"aggregation of ID fields are deprecated and will be removed\\")
title: StringAggregateSelection!
}
Expand Down Expand Up @@ -264,7 +264,7 @@ describe("typename_IN", () => {
type SeriesAggregateSelection {
count: Int!
id: IDAggregateSelection!
id: IDAggregateSelection! @deprecated(reason: \\"aggregation of ID fields are deprecated and will be removed\\")
numberOfEpisodes: IntAggregateSelection!
title: StringAggregateSelection!
}
Expand Down

0 comments on commit 290210b

Please sign in to comment.