From 290210b6fd2e118c345a7d0d76de7530d4c7bff6 Mon Sep 17 00:00:00 2001 From: MacondoExpress Date: Mon, 13 Jan 2025 14:47:06 +0000 Subject: [PATCH] update schema snaposhots --- .../tests/schema/remove-deprecated/typename_IN.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/graphql/tests/schema/remove-deprecated/typename_IN.test.ts b/packages/graphql/tests/schema/remove-deprecated/typename_IN.test.ts index 5682ca732b..0b875f0fe3 100644 --- a/packages/graphql/tests/schema/remove-deprecated/typename_IN.test.ts +++ b/packages/graphql/tests/schema/remove-deprecated/typename_IN.test.ts @@ -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! } @@ -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! } @@ -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! }