From 9a87192c21b18c2b38d7b9b420ee1caa470d08a9 Mon Sep 17 00:00:00 2001 From: MacondoExpress Date: Thu, 9 Jan 2025 14:34:04 +0000 Subject: [PATCH] change deprecation message --- packages/graphql/src/schema/constants.ts | 2 +- .../graphql/tests/schema/comments.test.ts | 2 +- .../schema/connections/interfaces.test.ts | 4 ++-- .../tests/schema/directive-preserve.test.ts | 6 ++--- .../schema/directives/customResolver.test.ts | 2 +- .../tests/schema/directives/cypher.test.ts | 2 +- .../tests/schema/directives/default.test.ts | 2 +- .../schema/directives/filterable.test.ts | 6 ++--- .../tests/schema/directives/private.test.ts | 4 ++-- .../directives/relationship-aggregate.test.ts | 4 ++-- .../relationship-nested-operations.test.ts | 16 ++++++------- .../schema/directives/selectable.test.ts | 4 ++-- .../tests/schema/directives/settable.test.ts | 8 +++---- .../graphql/tests/schema/inheritance.test.ts | 2 +- .../schema/interface-relationships.test.ts | 24 +++++++++---------- .../graphql/tests/schema/interfaces.test.ts | 4 ++-- .../graphql/tests/schema/issues/2377.test.ts | 2 +- .../graphql/tests/schema/issues/2993.test.ts | 2 +- .../graphql/tests/schema/issues/3439.test.ts | 10 ++++---- .../graphql/tests/schema/issues/3698.test.ts | 6 ++--- .../graphql/tests/schema/issues/4511.test.ts | 4 ++-- .../graphql/tests/schema/issues/4615.test.ts | 2 +- packages/graphql/tests/schema/math.test.ts | 2 +- .../schema/remove-deprecated/comments.test.ts | 2 +- .../directed-argument.test.ts | 2 +- .../options-argument.test.ts | 2 +- .../tests/schema/subscriptions.test.ts | 4 ++-- .../union-interface-relationship.test.ts | 2 +- 28 files changed, 66 insertions(+), 66 deletions(-) diff --git a/packages/graphql/src/schema/constants.ts b/packages/graphql/src/schema/constants.ts index 39659c8447..60965a7e76 100644 --- a/packages/graphql/src/schema/constants.ts +++ b/packages/graphql/src/schema/constants.ts @@ -64,6 +64,6 @@ export const DEPRECATE_OVERWRITE = { export const DEPRECATE_TYPENAME_IN = { name: DEPRECATED, args: { - reason: "The typename_IN filter is deprecated, please use the typename filters instead", + reason: "The typename_IN filter is deprecated, please use the typename filter instead", }, }; diff --git a/packages/graphql/tests/schema/comments.test.ts b/packages/graphql/tests/schema/comments.test.ts index 666f8f6f21..0de2abff2a 100644 --- a/packages/graphql/tests/schema/comments.test.ts +++ b/packages/graphql/tests/schema/comments.test.ts @@ -1140,7 +1140,7 @@ describe("Comments", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/connections/interfaces.test.ts b/packages/graphql/tests/schema/connections/interfaces.test.ts index fcd4b882fa..dd7337da23 100644 --- a/packages/graphql/tests/schema/connections/interfaces.test.ts +++ b/packages/graphql/tests/schema/connections/interfaces.test.ts @@ -244,7 +244,7 @@ describe("Connection with interfaces", () => { moviesAggregate: CreatureMoviesAggregateInput moviesConnection: CreatureMoviesConnectionWhere typename: [CreatureImplementation!] - typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type CreaturesConnection { @@ -806,7 +806,7 @@ describe("Connection with interfaces", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/directive-preserve.test.ts b/packages/graphql/tests/schema/directive-preserve.test.ts index 71e2ba4981..6c491a8dc9 100644 --- a/packages/graphql/tests/schema/directive-preserve.test.ts +++ b/packages/graphql/tests/schema/directive-preserve.test.ts @@ -1604,7 +1604,7 @@ describe("Directive-preserve", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -2519,7 +2519,7 @@ describe("Directive-preserve", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -3457,7 +3457,7 @@ describe("Directive-preserve", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/directives/customResolver.test.ts b/packages/graphql/tests/schema/directives/customResolver.test.ts index 862aa27751..0b480d4860 100644 --- a/packages/graphql/tests/schema/directives/customResolver.test.ts +++ b/packages/graphql/tests/schema/directives/customResolver.test.ts @@ -202,7 +202,7 @@ describe("@customResolver directive", () => { customResolver_IN: [String] customResolver_STARTS_WITH: String typename: [UserInterfaceImplementation!] - typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type UserInterfacesConnection { diff --git a/packages/graphql/tests/schema/directives/cypher.test.ts b/packages/graphql/tests/schema/directives/cypher.test.ts index 4187665fa6..9cc6eff8be 100644 --- a/packages/graphql/tests/schema/directives/cypher.test.ts +++ b/packages/graphql/tests/schema/directives/cypher.test.ts @@ -1355,7 +1355,7 @@ describe("Cypher", () => { NOT: ProductionWhere OR: [ProductionWhere!] typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/directives/default.test.ts b/packages/graphql/tests/schema/directives/default.test.ts index 181f3b128c..2beaa7d927 100644 --- a/packages/graphql/tests/schema/directives/default.test.ts +++ b/packages/graphql/tests/schema/directives/default.test.ts @@ -256,7 +256,7 @@ describe("@default directive", () => { toBeOverridden_IN: [String!] toBeOverridden_STARTS_WITH: String typename: [UserInterfaceImplementation!] - typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type UserInterfacesConnection { diff --git a/packages/graphql/tests/schema/directives/filterable.test.ts b/packages/graphql/tests/schema/directives/filterable.test.ts index e35a173e21..66508076e1 100644 --- a/packages/graphql/tests/schema/directives/filterable.test.ts +++ b/packages/graphql/tests/schema/directives/filterable.test.ts @@ -5892,7 +5892,7 @@ describe("@filterable directive", () => { NOT: PersonWhere OR: [PersonWhere!] typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") username: String @deprecated(reason: \\"Please use the explicit _EQ version\\") username_CONTAINS: String username_ENDS_WITH: String @@ -6589,7 +6589,7 @@ describe("@filterable directive", () => { NOT: PersonWhere OR: [PersonWhere!] typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") username: String @deprecated(reason: \\"Please use the explicit _EQ version\\") username_CONTAINS: String username_ENDS_WITH: String @@ -7251,7 +7251,7 @@ describe("@filterable directive", () => { NOT: PersonWhere OR: [PersonWhere!] typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") username: String @deprecated(reason: \\"Please use the explicit _EQ version\\") username_CONTAINS: String username_ENDS_WITH: String diff --git a/packages/graphql/tests/schema/directives/private.test.ts b/packages/graphql/tests/schema/directives/private.test.ts index d0d031c6dc..9e9f64d540 100644 --- a/packages/graphql/tests/schema/directives/private.test.ts +++ b/packages/graphql/tests/schema/directives/private.test.ts @@ -180,7 +180,7 @@ describe("@private directive", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [UserInterfaceImplementation!] - typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type UserInterfacesConnection { @@ -395,7 +395,7 @@ describe("@private directive", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [UserInterfaceImplementation!] - typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [UserInterfaceImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type UserInterfacesConnection { diff --git a/packages/graphql/tests/schema/directives/relationship-aggregate.test.ts b/packages/graphql/tests/schema/directives/relationship-aggregate.test.ts index 2993e4e732..7567cc23ea 100644 --- a/packages/graphql/tests/schema/directives/relationship-aggregate.test.ts +++ b/packages/graphql/tests/schema/directives/relationship-aggregate.test.ts @@ -1382,7 +1382,7 @@ describe("@relationship directive, aggregate argument", () => { password_IN: [String!] password_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") username: String @deprecated(reason: \\"Please use the explicit _EQ version\\") username_CONTAINS: String username_ENDS_WITH: String @@ -1851,7 +1851,7 @@ describe("@relationship directive, aggregate argument", () => { password_IN: [String!] password_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") username: String @deprecated(reason: \\"Please use the explicit _EQ version\\") username_CONTAINS: String username_ENDS_WITH: String diff --git a/packages/graphql/tests/schema/directives/relationship-nested-operations.test.ts b/packages/graphql/tests/schema/directives/relationship-nested-operations.test.ts index f2a21061dd..fe79fc5421 100644 --- a/packages/graphql/tests/schema/directives/relationship-nested-operations.test.ts +++ b/packages/graphql/tests/schema/directives/relationship-nested-operations.test.ts @@ -8351,7 +8351,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -8839,7 +8839,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -9326,7 +9326,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -9809,7 +9809,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -10291,7 +10291,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -10769,7 +10769,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -11395,7 +11395,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { @@ -11997,7 +11997,7 @@ describe("Relationship nested operations", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { diff --git a/packages/graphql/tests/schema/directives/selectable.test.ts b/packages/graphql/tests/schema/directives/selectable.test.ts index 5961ecedee..91d6ec5a8f 100644 --- a/packages/graphql/tests/schema/directives/selectable.test.ts +++ b/packages/graphql/tests/schema/directives/selectable.test.ts @@ -2852,7 +2852,7 @@ describe("@selectable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -3413,7 +3413,7 @@ describe("@selectable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/directives/settable.test.ts b/packages/graphql/tests/schema/directives/settable.test.ts index e19be6f6f9..be8ef975fd 100644 --- a/packages/graphql/tests/schema/directives/settable.test.ts +++ b/packages/graphql/tests/schema/directives/settable.test.ts @@ -5031,7 +5031,7 @@ describe("@settable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -5568,7 +5568,7 @@ describe("@settable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -6347,7 +6347,7 @@ describe("@settable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -7267,7 +7267,7 @@ describe("@settable", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/inheritance.test.ts b/packages/graphql/tests/schema/inheritance.test.ts index 419275a8d2..74057cb385 100644 --- a/packages/graphql/tests/schema/inheritance.test.ts +++ b/packages/graphql/tests/schema/inheritance.test.ts @@ -583,7 +583,7 @@ describe("inheritance", () => { name_IN: [String] name_STARTS_WITH: String typename: [PersonImplementation!] - typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [PersonImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Query { diff --git a/packages/graphql/tests/schema/interface-relationships.test.ts b/packages/graphql/tests/schema/interface-relationships.test.ts index 4f8815a050..d031898995 100644 --- a/packages/graphql/tests/schema/interface-relationships.test.ts +++ b/packages/graphql/tests/schema/interface-relationships.test.ts @@ -511,7 +511,7 @@ describe("Interface Relationships", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -1683,7 +1683,7 @@ describe("Interface Relationships", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -3159,7 +3159,7 @@ describe("Interface Relationships", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -3916,7 +3916,7 @@ describe("Interface Relationships", () => { \\"\\"\\" interface2_SOME: Interface2Where typename: [Interface1Implementation!] - typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface1sConnection { @@ -3985,7 +3985,7 @@ describe("Interface Relationships", () => { field2_IN: [String] field2_STARTS_WITH: String typename: [Interface2Implementation!] - typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface2sConnection { @@ -5101,7 +5101,7 @@ describe("Interface Relationships", () => { \\"\\"\\" interface2_SOME: Interface2Where typename: [Interface1Implementation!] - typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface1sConnection { @@ -5170,7 +5170,7 @@ describe("Interface Relationships", () => { field2_IN: [String] field2_STARTS_WITH: String typename: [Interface2Implementation!] - typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface2sConnection { @@ -6393,7 +6393,7 @@ describe("Interface Relationships", () => { \\"\\"\\" interface2_SOME: Interface2Where typename: [Interface1Implementation!] - typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface1Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface1sConnection { @@ -6462,7 +6462,7 @@ describe("Interface Relationships", () => { field2_IN: [String] field2_STARTS_WITH: String typename: [Interface2Implementation!] - typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [Interface2Implementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type Interface2sConnection { @@ -7912,7 +7912,7 @@ describe("Interface Relationships", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [ContentImplementation!] - typename_IN: [ContentImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ContentImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ContentsConnection { @@ -9209,7 +9209,7 @@ describe("Interface Relationships", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { @@ -9691,7 +9691,7 @@ describe("Interface Relationships", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ShowImplementation!] - typename_IN: [ShowImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ShowImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ShowsConnection { diff --git a/packages/graphql/tests/schema/interfaces.test.ts b/packages/graphql/tests/schema/interfaces.test.ts index 9b5a04d583..b6d58de823 100644 --- a/packages/graphql/tests/schema/interfaces.test.ts +++ b/packages/graphql/tests/schema/interfaces.test.ts @@ -323,7 +323,7 @@ describe("Interfaces", () => { \\"\\"\\"Return MovieNodes where some of the related Movies match this filter\\"\\"\\" movies_SOME: MovieWhere typename: [MovieNodeImplementation!] - typename_IN: [MovieNodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [MovieNodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type MovieNodesConnection { @@ -753,7 +753,7 @@ describe("Interfaces", () => { \\"\\"\\"Return MovieNodes where some of the related Movies match this filter\\"\\"\\" movies_SOME: MovieWhere typename: [MovieNodeImplementation!] - typename_IN: [MovieNodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [MovieNodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type MovieNodesConnection { diff --git a/packages/graphql/tests/schema/issues/2377.test.ts b/packages/graphql/tests/schema/issues/2377.test.ts index 634b04c43b..b4598bcbfe 100644 --- a/packages/graphql/tests/schema/issues/2377.test.ts +++ b/packages/graphql/tests/schema/issues/2377.test.ts @@ -422,7 +422,7 @@ describe("https://github.com/neo4j/graphql/issues/2377", () => { type_EQ: ResourceType type_IN: [ResourceType!] typename: [ResourceEntityImplementation!] - typename_IN: [ResourceEntityImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ResourceEntityImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } input ResourceOnCreateInput { diff --git a/packages/graphql/tests/schema/issues/2993.test.ts b/packages/graphql/tests/schema/issues/2993.test.ts index fe6fdae3c0..8d90c43b12 100644 --- a/packages/graphql/tests/schema/issues/2993.test.ts +++ b/packages/graphql/tests/schema/issues/2993.test.ts @@ -207,7 +207,7 @@ describe("https://github.com/neo4j/graphql/issues/2993", () => { id_IN: [ID!] id_STARTS_WITH: ID typename: [ProfileImplementation!] - typename_IN: [ProfileImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProfileImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") userName: String @deprecated(reason: \\"Please use the explicit _EQ version\\") userName_CONTAINS: String userName_ENDS_WITH: String diff --git a/packages/graphql/tests/schema/issues/3439.test.ts b/packages/graphql/tests/schema/issues/3439.test.ts index 298f861a39..e382ec6dac 100644 --- a/packages/graphql/tests/schema/issues/3439.test.ts +++ b/packages/graphql/tests/schema/issues/3439.test.ts @@ -424,7 +424,7 @@ describe("https://github.com/neo4j/graphql/issues/3439", () => { id_IN: [String!] id_STARTS_WITH: String typename: [INodeImplementation!] - typename_IN: [INodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [INodeImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type INodesConnection { @@ -505,7 +505,7 @@ describe("https://github.com/neo4j/graphql/issues/3439", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { @@ -1505,7 +1505,7 @@ describe("https://github.com/neo4j/graphql/issues/3439", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { @@ -2707,7 +2707,7 @@ describe("https://github.com/neo4j/graphql/issues/3439", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { @@ -4033,7 +4033,7 @@ describe("https://github.com/neo4j/graphql/issues/3439", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { diff --git a/packages/graphql/tests/schema/issues/3698.test.ts b/packages/graphql/tests/schema/issues/3698.test.ts index 227ff03606..32a30bf166 100644 --- a/packages/graphql/tests/schema/issues/3698.test.ts +++ b/packages/graphql/tests/schema/issues/3698.test.ts @@ -468,7 +468,7 @@ describe("https://github.com/neo4j/graphql/issues/3698", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { @@ -1356,7 +1356,7 @@ describe("https://github.com/neo4j/graphql/issues/3698", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { @@ -2227,7 +2227,7 @@ describe("https://github.com/neo4j/graphql/issues/3698", () => { name_IN: [String!] name_STARTS_WITH: String typename: [IProductImplementation!] - typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [IProductImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type IProductsConnection { diff --git a/packages/graphql/tests/schema/issues/4511.test.ts b/packages/graphql/tests/schema/issues/4511.test.ts index 0725b4fcd7..56de23a577 100644 --- a/packages/graphql/tests/schema/issues/4511.test.ts +++ b/packages/graphql/tests/schema/issues/4511.test.ts @@ -225,7 +225,7 @@ describe("https://github.com/neo4j/graphql/issues/4511", () => { moviesAggregate: CreatureMoviesAggregateInput moviesConnection: CreatureMoviesConnectionWhere typename: [CreatureImplementation!] - typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type CreaturesConnection { @@ -693,7 +693,7 @@ describe("https://github.com/neo4j/graphql/issues/4511", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/issues/4615.test.ts b/packages/graphql/tests/schema/issues/4615.test.ts index 09365f764c..eb03d11b3b 100644 --- a/packages/graphql/tests/schema/issues/4615.test.ts +++ b/packages/graphql/tests/schema/issues/4615.test.ts @@ -1062,7 +1062,7 @@ describe("https://github.com/neo4j/graphql/issues/4615", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ShowImplementation!] - typename_IN: [ShowImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ShowImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ShowsConnection { diff --git a/packages/graphql/tests/schema/math.test.ts b/packages/graphql/tests/schema/math.test.ts index 727fab1f21..324654311f 100644 --- a/packages/graphql/tests/schema/math.test.ts +++ b/packages/graphql/tests/schema/math.test.ts @@ -1626,7 +1626,7 @@ describe("Algebraic", () => { NOT: ProductionWhere OR: [ProductionWhere!] typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") viewers: Int @deprecated(reason: \\"Please use the explicit _EQ version\\") viewers_EQ: Int viewers_GT: Int diff --git a/packages/graphql/tests/schema/remove-deprecated/comments.test.ts b/packages/graphql/tests/schema/remove-deprecated/comments.test.ts index 1cba3db813..c7142cd826 100644 --- a/packages/graphql/tests/schema/remove-deprecated/comments.test.ts +++ b/packages/graphql/tests/schema/remove-deprecated/comments.test.ts @@ -1146,7 +1146,7 @@ describe("Comments", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/remove-deprecated/directed-argument.test.ts b/packages/graphql/tests/schema/remove-deprecated/directed-argument.test.ts index 76def32693..15c7f3d190 100644 --- a/packages/graphql/tests/schema/remove-deprecated/directed-argument.test.ts +++ b/packages/graphql/tests/schema/remove-deprecated/directed-argument.test.ts @@ -770,7 +770,7 @@ describe("Deprecated directed argument", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/remove-deprecated/options-argument.test.ts b/packages/graphql/tests/schema/remove-deprecated/options-argument.test.ts index 3f2caa2cd4..f2ec7ac07b 100644 --- a/packages/graphql/tests/schema/remove-deprecated/options-argument.test.ts +++ b/packages/graphql/tests/schema/remove-deprecated/options-argument.test.ts @@ -722,7 +722,7 @@ describe("Deprecated options argument", () => { title_IN: [String!] title_STARTS_WITH: String typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/subscriptions.test.ts b/packages/graphql/tests/schema/subscriptions.test.ts index c8b15263e6..295e2ec027 100644 --- a/packages/graphql/tests/schema/subscriptions.test.ts +++ b/packages/graphql/tests/schema/subscriptions.test.ts @@ -5041,7 +5041,7 @@ describe("Subscriptions", () => { moviesAggregate: CreatureMoviesAggregateInput moviesConnection: CreatureMoviesConnectionWhere typename: [CreatureImplementation!] - typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [CreatureImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type CreaturesConnection { @@ -5509,7 +5509,7 @@ describe("Subscriptions", () => { id_IN: [ID] id_STARTS_WITH: ID typename: [ProductionImplementation!] - typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ProductionImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ProductionsConnection { diff --git a/packages/graphql/tests/schema/union-interface-relationship.test.ts b/packages/graphql/tests/schema/union-interface-relationship.test.ts index adbac516f9..3918fb36bf 100644 --- a/packages/graphql/tests/schema/union-interface-relationship.test.ts +++ b/packages/graphql/tests/schema/union-interface-relationship.test.ts @@ -1754,7 +1754,7 @@ describe("Union Interface Relationships", () => { reviewerId_LT: Int reviewerId_LTE: Int typename: [ReviewerImplementation!] - typename_IN: [ReviewerImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filters instead\\") + typename_IN: [ReviewerImplementation!] @deprecated(reason: \\"The typename_IN filter is deprecated, please use the typename filter instead\\") } type ReviewersConnection {