From 7ad1e91e1247e72998cb40403f3ed4ef0faa045c Mon Sep 17 00:00:00 2001 From: MacondoExpress Date: Thu, 22 Feb 2024 11:23:23 +0000 Subject: [PATCH] fix lint about import no used (#4748) --- packages/graphql/tests/tck/advanced-filtering.test.ts | 3 +-- .../graphql/tests/tck/aggregations/alias-directive.test.ts | 1 - packages/graphql/tests/tck/aggregations/alias.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/auth.test.ts | 1 - packages/graphql/tests/tck/aggregations/bigint.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/count.test.ts | 1 - packages/graphql/tests/tck/aggregations/datetime.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/duration.test.ts | 3 +-- .../field-level-aggregations-alias.test.ts | 1 - .../field-level-aggregations-edge.test.ts | 1 - .../field-level-aggregations-labels.test.ts | 1 - .../field-level-aggregations-where.test.ts | 3 +-- .../field-level-aggregations/field-level-aggregations.test.ts | 1 - packages/graphql/tests/tck/aggregations/float.test.ts | 1 - packages/graphql/tests/tck/aggregations/id.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/int.test.ts | 1 - packages/graphql/tests/tck/aggregations/label.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/localdatetime.test.ts | 1 - packages/graphql/tests/tck/aggregations/localtime.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/many.test.ts | 1 - packages/graphql/tests/tck/aggregations/string.test.ts | 1 - packages/graphql/tests/tck/aggregations/time.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/composite.test.ts | 1 - packages/graphql/tests/tck/aggregations/where/count.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/edge/bigint.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/datetime.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/duration.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/float.test.ts | 1 - packages/graphql/tests/tck/aggregations/where/edge/id.test.ts | 1 - packages/graphql/tests/tck/aggregations/where/edge/int.test.ts | 1 - .../tests/tck/aggregations/where/edge/localdatetime.test.ts | 1 - .../tests/tck/aggregations/where/edge/localtime.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/logical.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/string.test.ts | 1 - .../graphql/tests/tck/aggregations/where/edge/time.test.ts | 1 - packages/graphql/tests/tck/aggregations/where/logical.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/where/node.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/bigint.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/datetime.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/duration.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/float.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/where/node/id.test.ts | 3 +-- packages/graphql/tests/tck/aggregations/where/node/int.test.ts | 1 - .../tests/tck/aggregations/where/node/localdatetime.test.ts | 3 +-- .../tests/tck/aggregations/where/node/localtime.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/logical.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/string.test.ts | 3 +-- .../graphql/tests/tck/aggregations/where/node/time.test.ts | 3 +-- packages/graphql/tests/tck/alias.test.ts | 3 +-- packages/graphql/tests/tck/arrays.test.ts | 3 +-- packages/graphql/tests/tck/connections/alias.test.ts | 1 - .../connect-or-create/connect-or-create-alias.test.ts | 2 -- .../connect-or-create/connect-or-create-auth.test.ts | 3 +-- .../connect-or-create/connect-or-create-unions.test.ts | 1 - .../connections/connect-or-create/connect-or-create.test.ts | 1 - .../graphql/tests/tck/connections/filtering/composite.test.ts | 1 - .../graphql/tests/tck/connections/filtering/node/and.test.ts | 1 - .../tests/tck/connections/filtering/node/arrays.test.ts | 1 - .../tests/tck/connections/filtering/node/equality.test.ts | 1 - .../tests/tck/connections/filtering/node/numerical.test.ts | 1 - .../graphql/tests/tck/connections/filtering/node/or.test.ts | 1 - .../tests/tck/connections/filtering/node/points.test.ts | 1 - .../tests/tck/connections/filtering/node/relationship.test.ts | 3 +-- .../tests/tck/connections/filtering/node/string.test.ts | 1 - .../tests/tck/connections/filtering/relationship/and.test.ts | 1 - .../tck/connections/filtering/relationship/arrays.test.ts | 1 - .../tck/connections/filtering/relationship/equality.test.ts | 1 - .../tck/connections/filtering/relationship/numerical.test.ts | 1 - .../tests/tck/connections/filtering/relationship/or.test.ts | 1 - .../tck/connections/filtering/relationship/points.test.ts | 1 - .../tck/connections/filtering/relationship/string.test.ts | 1 - .../tck/connections/filtering/relationship/temporal.test.ts | 1 - packages/graphql/tests/tck/connections/interfaces.test.ts | 1 - packages/graphql/tests/tck/connections/mixed-nesting.test.ts | 1 - .../graphql/tests/tck/connections/projections/create.test.ts | 1 - .../tests/tck/connections/projections/projections.test.ts | 3 +-- .../graphql/tests/tck/connections/projections/update.test.ts | 1 - .../tests/tck/connections/relationship-properties.test.ts | 1 - .../tck/connections/relationship_properties/connect.test.ts | 1 - .../tck/connections/relationship_properties/create.test.ts | 1 - .../tck/connections/relationship_properties/update.test.ts | 1 - packages/graphql/tests/tck/connections/sort.test.ts | 1 - packages/graphql/tests/tck/connections/unions.test.ts | 1 - packages/graphql/tests/tck/directives/alias.test.ts | 1 - .../tck/directives/authorization/arguments/allow/allow.test.ts | 3 +-- .../allow/interface-relationships/implementation-allow.test.ts | 1 - .../tck/directives/authorization/arguments/bind/bind.test.ts | 3 +-- .../bind/interface-relationships/implementation-bind.test.ts | 3 +-- .../implementation-is-authenticated.test.ts | 3 +-- .../arguments/is-authenticated/is-authenticated.test.ts | 3 +-- .../tck/directives/authorization/arguments/roles-where.test.ts | 3 +-- .../tck/directives/authorization/arguments/roles/roles.test.ts | 3 +-- .../arguments/where/connection-auth-filter.test.ts | 1 - .../where/interface-relationships/implementation-where.test.ts | 3 +-- .../tck/directives/authorization/arguments/where/where.test.ts | 1 - .../authorization/projection-connection-union.test.ts | 3 +-- .../tck/directives/authorization/projection-connection.test.ts | 3 +-- .../authorization/projection-interface-relationships.test.ts | 1 - .../tests/tck/directives/authorization/projection.test.ts | 3 +-- packages/graphql/tests/tck/directives/autogenerate.test.ts | 3 +-- packages/graphql/tests/tck/directives/customResolver.test.ts | 3 +-- packages/graphql/tests/tck/directives/cypher.test.ts | 1 - .../directives/interface-relationships/create/connect.test.ts | 1 - .../directives/interface-relationships/create/create.test.ts | 1 - .../directives/interface-relationships/delete/delete.test.ts | 1 - .../tests/tck/directives/interface-relationships/read.test.ts | 1 - .../directives/interface-relationships/update/connect.test.ts | 1 - .../directives/interface-relationships/update/create.test.ts | 1 - .../directives/interface-relationships/update/delete.test.ts | 1 - .../interface-relationships/update/disconnect.test.ts | 1 - .../directives/interface-relationships/update/update.test.ts | 1 - .../tests/tck/directives/node/node-additional-labels.test.ts | 3 +-- .../tests/tck/directives/node/node-label-interface.test.ts | 2 +- .../graphql/tests/tck/directives/node/node-label-jwt.test.ts | 3 +-- .../graphql/tests/tck/directives/node/node-label-union.test.ts | 3 +-- packages/graphql/tests/tck/directives/node/node-label.test.ts | 3 +-- .../tck/directives/node/node-with-auth-projection.test.ts | 3 +-- .../graphql/tests/tck/directives/node/node-with-auth.test.ts | 3 +-- packages/graphql/tests/tck/directives/plural.test.ts | 1 - packages/graphql/tests/tck/directives/relationship.test.ts | 3 +-- .../aggregation-interfaces-field-level-with-auth.test.ts | 1 - .../aggregations/aggregation-interfaces-field-level.test.ts | 1 - .../aggregation-interfaces-top-level-with.auth.test.ts | 1 - .../aggregations/aggregation-interfaces-top-level.test.ts | 1 - ...filter-aggregation-interfaces-field-level-with-auth.test.ts | 1 - .../filter-aggregation-interfaces-field-level.test.ts | 1 - .../filter-aggregation-interfaces-top-level-with-auth.test.ts | 1 - .../filter-aggregation-interfaces-top-level.test.ts | 1 - .../tests/tck/experimental/interface-authorization.test.ts | 1 - .../tck/experimental/interface-filtering-with-auth.test.ts | 1 - .../graphql/tests/tck/experimental/interface-filtering.test.ts | 1 - .../graphql/tests/tck/experimental/interface-top-level.test.ts | 1 - .../graphql/tests/tck/experimental/union-authorization.test.ts | 1 - .../tck/experimental/union-relationship-filtering.test.ts | 1 - .../graphql/tests/tck/experimental/union-top-level.test.ts | 1 - packages/graphql/tests/tck/fragments.test.ts | 1 - packages/graphql/tests/tck/fulltext/aggregate.test.ts | 3 +-- packages/graphql/tests/tck/fulltext/match.test.ts | 1 - packages/graphql/tests/tck/fulltext/score.test.ts | 1 - packages/graphql/tests/tck/info.test.ts | 3 +-- packages/graphql/tests/tck/issues/1115.test.ts | 3 +-- packages/graphql/tests/tck/issues/1131.test.ts | 3 +-- packages/graphql/tests/tck/issues/1182.test.ts | 3 +-- packages/graphql/tests/tck/issues/1221.test.ts | 1 - packages/graphql/tests/tck/issues/1249.test.ts | 1 - packages/graphql/tests/tck/issues/1320.test.ts | 3 +-- packages/graphql/tests/tck/issues/1348.test.ts | 3 +-- packages/graphql/tests/tck/issues/1364.test.ts | 1 - packages/graphql/tests/tck/issues/1430.test.ts | 1 - packages/graphql/tests/tck/issues/1535.test.ts | 3 +-- packages/graphql/tests/tck/issues/1536.test.ts | 1 - packages/graphql/tests/tck/issues/1566.test.ts | 1 - packages/graphql/tests/tck/issues/1628.test.ts | 1 - packages/graphql/tests/tck/issues/1687.test.ts | 1 - packages/graphql/tests/tck/issues/1751.test.ts | 1 - packages/graphql/tests/tck/issues/1756.test.ts | 1 - packages/graphql/tests/tck/issues/1760.test.ts | 3 +-- packages/graphql/tests/tck/issues/1779.test.ts | 1 - packages/graphql/tests/tck/issues/1783.test.ts | 1 - packages/graphql/tests/tck/issues/1848.test.ts | 1 - packages/graphql/tests/tck/issues/190.test.ts | 3 +-- packages/graphql/tests/tck/issues/1933.test.ts | 1 - packages/graphql/tests/tck/issues/2022.test.ts | 3 +-- packages/graphql/tests/tck/issues/2100.test.ts | 1 - packages/graphql/tests/tck/issues/2249.test.ts | 1 - packages/graphql/tests/tck/issues/2262.test.ts | 3 +-- packages/graphql/tests/tck/issues/2267.test.ts | 3 +-- packages/graphql/tests/tck/issues/288.test.ts | 3 +-- packages/graphql/tests/tck/issues/3215.test.ts | 1 - packages/graphql/tests/tck/issues/324.test.ts | 3 +-- packages/graphql/tests/tck/issues/3251.test.ts | 1 - packages/graphql/tests/tck/issues/3394.test.ts | 1 - packages/graphql/tests/tck/issues/360.test.ts | 3 +-- packages/graphql/tests/tck/issues/3765.test.ts | 1 - packages/graphql/tests/tck/issues/387.test.ts | 3 +-- packages/graphql/tests/tck/issues/3888.test.ts | 3 +-- packages/graphql/tests/tck/issues/3901.test.ts | 3 +-- packages/graphql/tests/tck/issues/3905.test.ts | 3 +-- packages/graphql/tests/tck/issues/3929.test.ts | 3 +-- packages/graphql/tests/tck/issues/4001.test.ts | 3 +-- packages/graphql/tests/tck/issues/4004.test.ts | 1 - packages/graphql/tests/tck/issues/4007.test.ts | 1 - packages/graphql/tests/tck/issues/4015.test.ts | 1 - packages/graphql/tests/tck/issues/402.test.ts | 3 +-- packages/graphql/tests/tck/issues/4077.test.ts | 1 - packages/graphql/tests/tck/issues/4110.test.ts | 1 - packages/graphql/tests/tck/issues/4292.test.ts | 1 - packages/graphql/tests/tck/issues/433.test.ts | 3 +-- packages/graphql/tests/tck/issues/4405.test.ts | 3 +-- packages/graphql/tests/tck/issues/4432.test.ts | 1 - packages/graphql/tests/tck/issues/4450.test.ts | 1 - packages/graphql/tests/tck/issues/4477.test.ts | 1 - packages/graphql/tests/tck/issues/4583.test.ts | 1 - packages/graphql/tests/tck/issues/4704.test.ts | 1 - packages/graphql/tests/tck/issues/488.test.ts | 3 +-- packages/graphql/tests/tck/issues/505.test.ts | 3 +-- packages/graphql/tests/tck/issues/582.test.ts | 1 - packages/graphql/tests/tck/issues/583.test.ts | 3 +-- packages/graphql/tests/tck/issues/601.test.ts | 1 - packages/graphql/tests/tck/issues/630.test.ts | 3 +-- packages/graphql/tests/tck/issues/832.test.ts | 1 - packages/graphql/tests/tck/issues/894.test.ts | 3 +-- packages/graphql/tests/tck/issues/901.test.ts | 1 - packages/graphql/tests/tck/issues/988.test.ts | 1 - packages/graphql/tests/tck/math.test.ts | 1 - packages/graphql/tests/tck/nested-unions.test.ts | 3 +-- packages/graphql/tests/tck/null.test.ts | 3 +-- .../tests/tck/operations/batch/batch-create-auth.test.ts | 1 - .../tests/tck/operations/batch/batch-create-fields.test.ts | 1 - .../tests/tck/operations/batch/batch-create-interface.test.ts | 1 - .../graphql/tests/tck/operations/batch/batch-create.test.ts | 1 - packages/graphql/tests/tck/operations/connect.test.ts | 3 +-- packages/graphql/tests/tck/operations/create.test.ts | 3 +-- packages/graphql/tests/tck/operations/delete-interface.test.ts | 1 - packages/graphql/tests/tck/operations/delete-union.test.ts | 1 - packages/graphql/tests/tck/operations/delete.test.ts | 1 - packages/graphql/tests/tck/operations/disconnect.test.ts | 1 - packages/graphql/tests/tck/operations/update.test.ts | 1 - packages/graphql/tests/tck/pagination.test.ts | 3 +-- packages/graphql/tests/tck/pringles.test.ts | 3 +-- packages/graphql/tests/tck/projection.test.ts | 3 +-- packages/graphql/tests/tck/rfcs/query-limits.test.ts | 1 - packages/graphql/tests/tck/rfcs/rfc-022.test.ts | 1 - packages/graphql/tests/tck/root-connection.test.ts | 1 - packages/graphql/tests/tck/simple.test.ts | 1 - packages/graphql/tests/tck/subscriptions/create-auth.test.ts | 1 - packages/graphql/tests/tck/subscriptions/create.test.ts | 1 - packages/graphql/tests/tck/subscriptions/delete.test.ts | 1 - packages/graphql/tests/tck/subscriptions/update.test.ts | 1 - packages/graphql/tests/tck/types/bigint.test.ts | 1 - packages/graphql/tests/tck/types/date.test.ts | 3 +-- packages/graphql/tests/tck/types/datetime.test.ts | 3 +-- packages/graphql/tests/tck/types/duration.test.ts | 3 +-- packages/graphql/tests/tck/types/localdatetime.test.ts | 3 +-- packages/graphql/tests/tck/types/localtime.test.ts | 3 +-- packages/graphql/tests/tck/types/point.test.ts | 1 - packages/graphql/tests/tck/types/points.test.ts | 1 - packages/graphql/tests/tck/types/time.test.ts | 1 - .../query-direction-aggregations.test.ts | 1 - .../query-direction-connection.test.ts | 1 - .../tests/tck/undirected-relationships/query-direction.test.ts | 1 - .../undirected-relationships/undirected-aggregations.test.ts | 1 - .../tck/undirected-relationships/undirected-connection.test.ts | 1 - .../undirected-relationships/undirected-relationships.test.ts | 1 - packages/graphql/tests/tck/union.test.ts | 1 - packages/graphql/tests/tck/where.test.ts | 1 - 246 files changed, 91 insertions(+), 337 deletions(-) diff --git a/packages/graphql/tests/tck/advanced-filtering.test.ts b/packages/graphql/tests/tck/advanced-filtering.test.ts index 94770b8744..b70b4e7608 100644 --- a/packages/graphql/tests/tck/advanced-filtering.test.ts +++ b/packages/graphql/tests/tck/advanced-filtering.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams, setTestEnvVars, unsetTestEnvVars } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, setTestEnvVars, translateQuery, unsetTestEnvVars } from "./utils/tck-test-utils"; describe("Cypher Advanced Filtering", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/alias-directive.test.ts b/packages/graphql/tests/tck/aggregations/alias-directive.test.ts index 62aa7ce786..48f3055602 100644 --- a/packages/graphql/tests/tck/aggregations/alias-directive.test.ts +++ b/packages/graphql/tests/tck/aggregations/alias-directive.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/alias.test.ts b/packages/graphql/tests/tck/aggregations/alias.test.ts index 395fd1f0ab..77851a42a3 100644 --- a/packages/graphql/tests/tck/aggregations/alias.test.ts +++ b/packages/graphql/tests/tck/aggregations/alias.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations Many while Alias fields", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/auth.test.ts b/packages/graphql/tests/tck/aggregations/auth.test.ts index e7731889ac..202de0c8f6 100644 --- a/packages/graphql/tests/tck/aggregations/auth.test.ts +++ b/packages/graphql/tests/tck/aggregations/auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/bigint.test.ts b/packages/graphql/tests/tck/aggregations/bigint.test.ts index df4dcfad1a..68df8b6f15 100644 --- a/packages/graphql/tests/tck/aggregations/bigint.test.ts +++ b/packages/graphql/tests/tck/aggregations/bigint.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations BigInt", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/count.test.ts b/packages/graphql/tests/tck/aggregations/count.test.ts index 2943009e6a..cac319c976 100644 --- a/packages/graphql/tests/tck/aggregations/count.test.ts +++ b/packages/graphql/tests/tck/aggregations/count.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/datetime.test.ts b/packages/graphql/tests/tck/aggregations/datetime.test.ts index f3531758a9..634cb967d2 100644 --- a/packages/graphql/tests/tck/aggregations/datetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/datetime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations DateTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/duration.test.ts b/packages/graphql/tests/tck/aggregations/duration.test.ts index fcf1febf28..419fc1d2dd 100644 --- a/packages/graphql/tests/tck/aggregations/duration.test.ts +++ b/packages/graphql/tests/tck/aggregations/duration.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations Duration", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-alias.test.ts b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-alias.test.ts index fd80b1da29..0293b42514 100644 --- a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-alias.test.ts +++ b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-alias.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-edge.test.ts b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-edge.test.ts index b2203a7aea..4c90e86b49 100644 --- a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-edge.test.ts +++ b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-edge.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-labels.test.ts b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-labels.test.ts index 5f71e5d161..8adbe2ca97 100644 --- a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-labels.test.ts +++ b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-labels.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-where.test.ts b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-where.test.ts index 629e44c14e..3db2af0df0 100644 --- a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-where.test.ts +++ b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations-where.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Field Level Aggregations Where", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations.test.ts b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations.test.ts index f044a95a89..9107b462e6 100644 --- a/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations.test.ts +++ b/packages/graphql/tests/tck/aggregations/field-level-aggregations/field-level-aggregations.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/float.test.ts b/packages/graphql/tests/tck/aggregations/float.test.ts index 50c1abe5d7..ca0769626f 100644 --- a/packages/graphql/tests/tck/aggregations/float.test.ts +++ b/packages/graphql/tests/tck/aggregations/float.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/id.test.ts b/packages/graphql/tests/tck/aggregations/id.test.ts index 5a142c0522..0f9f3d0652 100644 --- a/packages/graphql/tests/tck/aggregations/id.test.ts +++ b/packages/graphql/tests/tck/aggregations/id.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations ID", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/int.test.ts b/packages/graphql/tests/tck/aggregations/int.test.ts index d5c65e5683..0c7aac652c 100644 --- a/packages/graphql/tests/tck/aggregations/int.test.ts +++ b/packages/graphql/tests/tck/aggregations/int.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/label.test.ts b/packages/graphql/tests/tck/aggregations/label.test.ts index 118c4e590f..e7af1838f3 100644 --- a/packages/graphql/tests/tck/aggregations/label.test.ts +++ b/packages/graphql/tests/tck/aggregations/label.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations Many while Alias fields", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/localdatetime.test.ts b/packages/graphql/tests/tck/aggregations/localdatetime.test.ts index 68de3880dc..977014e304 100644 --- a/packages/graphql/tests/tck/aggregations/localdatetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/localdatetime.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/localtime.test.ts b/packages/graphql/tests/tck/aggregations/localtime.test.ts index 5fc1e1c86d..7e78468d88 100644 --- a/packages/graphql/tests/tck/aggregations/localtime.test.ts +++ b/packages/graphql/tests/tck/aggregations/localtime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations LocalTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/many.test.ts b/packages/graphql/tests/tck/aggregations/many.test.ts index ddf97b22a6..da045bdb69 100644 --- a/packages/graphql/tests/tck/aggregations/many.test.ts +++ b/packages/graphql/tests/tck/aggregations/many.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/string.test.ts b/packages/graphql/tests/tck/aggregations/string.test.ts index 06357d9383..eaa521fef1 100644 --- a/packages/graphql/tests/tck/aggregations/string.test.ts +++ b/packages/graphql/tests/tck/aggregations/string.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/time.test.ts b/packages/graphql/tests/tck/aggregations/time.test.ts index bcb9ace883..37d4b44698 100644 --- a/packages/graphql/tests/tck/aggregations/time.test.ts +++ b/packages/graphql/tests/tck/aggregations/time.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Aggregations Time", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/composite.test.ts b/packages/graphql/tests/tck/aggregations/where/composite.test.ts index 3557e5eb10..5cc6744a63 100644 --- a/packages/graphql/tests/tck/aggregations/where/composite.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/composite.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/count.test.ts b/packages/graphql/tests/tck/aggregations/where/count.test.ts index 52c9ede35d..f6643c8996 100644 --- a/packages/graphql/tests/tck/aggregations/where/count.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/count.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Aggregations where with count", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/bigint.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/bigint.test.ts index 58135f0a5a..7f089d055e 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/bigint.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/bigint.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/datetime.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/datetime.test.ts index a8fa0c5ae9..bd2ebf2059 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/datetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/datetime.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/duration.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/duration.test.ts index 3c4dbe90a8..689f9445f0 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/duration.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/duration.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/float.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/float.test.ts index 61eb81b38c..29046d1864 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/float.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/float.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/id.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/id.test.ts index f15d98abe0..6404fb27d3 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/id.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/id.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/int.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/int.test.ts index c102ac5e99..5f9eb5a9e0 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/int.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/int.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/localdatetime.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/localdatetime.test.ts index 5e62906fbc..225c0b2620 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/localdatetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/localdatetime.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/localtime.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/localtime.test.ts index 78026efaa7..331039e8e0 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/localtime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/localtime.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/logical.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/logical.test.ts index f8f4bec180..d1a0f7998c 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/logical.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/logical.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/string.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/string.test.ts index c2b42a4701..08b1148c3f 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/string.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/string.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/edge/time.test.ts b/packages/graphql/tests/tck/aggregations/where/edge/time.test.ts index c9eadb2104..c8b91b2e15 100644 --- a/packages/graphql/tests/tck/aggregations/where/edge/time.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/edge/time.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/logical.test.ts b/packages/graphql/tests/tck/aggregations/where/logical.test.ts index 9224e3d951..3883c171cc 100644 --- a/packages/graphql/tests/tck/aggregations/where/logical.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/logical.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Aggregations where with logical AND plus OR", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node.test.ts b/packages/graphql/tests/tck/aggregations/where/node.test.ts index ef32d55b3b..edd4b61a58 100644 --- a/packages/graphql/tests/tck/aggregations/where/node.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Where Aggregations with @node directive", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/bigint.test.ts b/packages/graphql/tests/tck/aggregations/where/node/bigint.test.ts index b035040dc2..98511d7662 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/bigint.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/bigint.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with BigInt", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/datetime.test.ts b/packages/graphql/tests/tck/aggregations/where/node/datetime.test.ts index cd2d370e35..e691f09a81 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/datetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/datetime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with DateTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/duration.test.ts b/packages/graphql/tests/tck/aggregations/where/node/duration.test.ts index 2c8dc0b914..3d497e81c5 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/duration.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/duration.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with Duration", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/float.test.ts b/packages/graphql/tests/tck/aggregations/where/node/float.test.ts index 4fd6c3f496..73787a8230 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/float.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/float.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with Float", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/id.test.ts b/packages/graphql/tests/tck/aggregations/where/node/id.test.ts index 3cf439b681..58a160d71e 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/id.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/id.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with ID", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/int.test.ts b/packages/graphql/tests/tck/aggregations/where/node/int.test.ts index a3e9c8c994..48e0abe266 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/int.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/int.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/aggregations/where/node/localdatetime.test.ts b/packages/graphql/tests/tck/aggregations/where/node/localdatetime.test.ts index 1b32993d05..5256733d99 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/localdatetime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/localdatetime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with LocalDateTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/localtime.test.ts b/packages/graphql/tests/tck/aggregations/where/node/localtime.test.ts index e3e1f23f5d..3d8b33d7ce 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/localtime.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/localtime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with LocalTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/logical.test.ts b/packages/graphql/tests/tck/aggregations/where/node/logical.test.ts index 097dc5fabb..b032812e18 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/logical.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/logical.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with Logical AND + OR", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/string.test.ts b/packages/graphql/tests/tck/aggregations/where/node/string.test.ts index c4bf1c7070..e2fed075b1 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/string.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/string.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with String", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/aggregations/where/node/time.test.ts b/packages/graphql/tests/tck/aggregations/where/node/time.test.ts index 975e2fa2d6..83183d23d1 100644 --- a/packages/graphql/tests/tck/aggregations/where/node/time.test.ts +++ b/packages/graphql/tests/tck/aggregations/where/node/time.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Aggregations where node with Time", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/alias.test.ts b/packages/graphql/tests/tck/alias.test.ts index 6294268bcf..28c269dade 100644 --- a/packages/graphql/tests/tck/alias.test.ts +++ b/packages/graphql/tests/tck/alias.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher Alias", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/arrays.test.ts b/packages/graphql/tests/tck/arrays.test.ts index 316492b917..ee71abf3f2 100644 --- a/packages/graphql/tests/tck/arrays.test.ts +++ b/packages/graphql/tests/tck/arrays.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher Arrays", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/connections/alias.test.ts b/packages/graphql/tests/tck/connections/alias.test.ts index e20fcb7a45..e16e08766f 100644 --- a/packages/graphql/tests/tck/connections/alias.test.ts +++ b/packages/graphql/tests/tck/connections/alias.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-alias.test.ts b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-alias.test.ts index 84004b8162..b2f837d28d 100644 --- a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-alias.test.ts +++ b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-alias.test.ts @@ -17,8 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-auth.test.ts b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-auth.test.ts index ae3f1113c1..23031469d1 100644 --- a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-auth.test.ts +++ b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-auth.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("connectOrCreate", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-unions.test.ts b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-unions.test.ts index a4fe7a7b90..ace42bc1d9 100644 --- a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-unions.test.ts +++ b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create-unions.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create.test.ts b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create.test.ts index 3d287928eb..03f5240b58 100644 --- a/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create.test.ts +++ b/packages/graphql/tests/tck/connections/connect-or-create/connect-or-create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/composite.test.ts b/packages/graphql/tests/tck/connections/filtering/composite.test.ts index aceeaa2a25..b90bab2d14 100644 --- a/packages/graphql/tests/tck/connections/filtering/composite.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/composite.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/and.test.ts b/packages/graphql/tests/tck/connections/filtering/node/and.test.ts index d70916dd54..f40c6e059b 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/and.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/and.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/arrays.test.ts b/packages/graphql/tests/tck/connections/filtering/node/arrays.test.ts index 94c3c853d9..76b6e87060 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/arrays.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/arrays.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/equality.test.ts b/packages/graphql/tests/tck/connections/filtering/node/equality.test.ts index 58ba594b32..1a243ccea5 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/equality.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/equality.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/numerical.test.ts b/packages/graphql/tests/tck/connections/filtering/node/numerical.test.ts index ad95ea0666..1f1f105401 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/numerical.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/numerical.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/or.test.ts b/packages/graphql/tests/tck/connections/filtering/node/or.test.ts index 2265046383..f4be7cb11f 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/or.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/or.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/points.test.ts b/packages/graphql/tests/tck/connections/filtering/node/points.test.ts index 3bad43a062..e65f2ab597 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/points.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/points.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/node/relationship.test.ts b/packages/graphql/tests/tck/connections/filtering/node/relationship.test.ts index b56c32d8a5..4f1323da0b 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/relationship.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/relationship.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher -> Connections -> Filtering -> Node -> Relationship", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/connections/filtering/node/string.test.ts b/packages/graphql/tests/tck/connections/filtering/node/string.test.ts index 9763ba4c80..b76cc31e03 100644 --- a/packages/graphql/tests/tck/connections/filtering/node/string.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/node/string.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/and.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/and.test.ts index bb7e96a01e..3b53b677f5 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/and.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/and.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/arrays.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/arrays.test.ts index 83db5102ef..84d24b5ad4 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/arrays.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/arrays.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/equality.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/equality.test.ts index 691ea3b9ee..531ffebf59 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/equality.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/equality.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/numerical.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/numerical.test.ts index a248cc59ad..0518aef551 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/numerical.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/numerical.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/or.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/or.test.ts index 25d3d26d09..8b12f05669 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/or.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/or.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/points.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/points.test.ts index 54019a111a..1d27109630 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/points.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/points.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/string.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/string.test.ts index af75948198..90507ecae0 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/string.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/string.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, diff --git a/packages/graphql/tests/tck/connections/filtering/relationship/temporal.test.ts b/packages/graphql/tests/tck/connections/filtering/relationship/temporal.test.ts index 3cfffd9a28..a3197e128e 100644 --- a/packages/graphql/tests/tck/connections/filtering/relationship/temporal.test.ts +++ b/packages/graphql/tests/tck/connections/filtering/relationship/temporal.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/interfaces.test.ts b/packages/graphql/tests/tck/connections/interfaces.test.ts index 60205ac471..d98f294d65 100644 --- a/packages/graphql/tests/tck/connections/interfaces.test.ts +++ b/packages/graphql/tests/tck/connections/interfaces.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/mixed-nesting.test.ts b/packages/graphql/tests/tck/connections/mixed-nesting.test.ts index eb2db5c232..5801b3f503 100644 --- a/packages/graphql/tests/tck/connections/mixed-nesting.test.ts +++ b/packages/graphql/tests/tck/connections/mixed-nesting.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/projections/create.test.ts b/packages/graphql/tests/tck/connections/projections/create.test.ts index f82dab69c6..477dc00c30 100644 --- a/packages/graphql/tests/tck/connections/projections/create.test.ts +++ b/packages/graphql/tests/tck/connections/projections/create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/projections/projections.test.ts b/packages/graphql/tests/tck/connections/projections/projections.test.ts index cbeb603799..24587f5cc9 100644 --- a/packages/graphql/tests/tck/connections/projections/projections.test.ts +++ b/packages/graphql/tests/tck/connections/projections/projections.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Relay Cursor Connection projections", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/connections/projections/update.test.ts b/packages/graphql/tests/tck/connections/projections/update.test.ts index 3bd8ef041f..db7d097043 100644 --- a/packages/graphql/tests/tck/connections/projections/update.test.ts +++ b/packages/graphql/tests/tck/connections/projections/update.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/relationship-properties.test.ts b/packages/graphql/tests/tck/connections/relationship-properties.test.ts index f8bff23784..f8e35e515a 100644 --- a/packages/graphql/tests/tck/connections/relationship-properties.test.ts +++ b/packages/graphql/tests/tck/connections/relationship-properties.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/relationship_properties/connect.test.ts b/packages/graphql/tests/tck/connections/relationship_properties/connect.test.ts index 889414ea35..e54fb7e0b1 100644 --- a/packages/graphql/tests/tck/connections/relationship_properties/connect.test.ts +++ b/packages/graphql/tests/tck/connections/relationship_properties/connect.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/relationship_properties/create.test.ts b/packages/graphql/tests/tck/connections/relationship_properties/create.test.ts index 556aea408b..828f51ddec 100644 --- a/packages/graphql/tests/tck/connections/relationship_properties/create.test.ts +++ b/packages/graphql/tests/tck/connections/relationship_properties/create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/relationship_properties/update.test.ts b/packages/graphql/tests/tck/connections/relationship_properties/update.test.ts index 762d14ce63..f80a78a58c 100644 --- a/packages/graphql/tests/tck/connections/relationship_properties/update.test.ts +++ b/packages/graphql/tests/tck/connections/relationship_properties/update.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/sort.test.ts b/packages/graphql/tests/tck/connections/sort.test.ts index 18a0c0fb72..680f059114 100644 --- a/packages/graphql/tests/tck/connections/sort.test.ts +++ b/packages/graphql/tests/tck/connections/sort.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/connections/unions.test.ts b/packages/graphql/tests/tck/connections/unions.test.ts index 4d55c201c9..dc76585118 100644 --- a/packages/graphql/tests/tck/connections/unions.test.ts +++ b/packages/graphql/tests/tck/connections/unions.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/alias.test.ts b/packages/graphql/tests/tck/directives/alias.test.ts index 149abb776f..bcd2a5836b 100644 --- a/packages/graphql/tests/tck/directives/alias.test.ts +++ b/packages/graphql/tests/tck/directives/alias.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/allow/allow.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/allow/allow.test.ts index 5c8329e43c..24d081010b 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/allow/allow.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/allow/allow.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; describe("Cypher Auth Allow", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/allow/interface-relationships/implementation-allow.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/allow/interface-relationships/implementation-allow.test.ts index 46619dd10c..de5b4053a3 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/allow/interface-relationships/implementation-allow.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/allow/interface-relationships/implementation-allow.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../../src"; import { createBearerToken } from "../../../../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/bind/bind.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/bind/bind.test.ts index 992621c413..4c1ee1a650 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/bind/bind.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/bind/bind.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; describe("Cypher Auth Allow", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/bind/interface-relationships/implementation-bind.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/bind/interface-relationships/implementation-bind.test.ts index db5bff429e..68de7b1e20 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/bind/interface-relationships/implementation-bind.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/bind/interface-relationships/implementation-bind.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../../utils/tck-test-utils"; describe("Cypher Auth Allow", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/interface-relationships/implementation-is-authenticated.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/interface-relationships/implementation-is-authenticated.test.ts index 016c1a9a2d..b75110ebd8 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/interface-relationships/implementation-is-authenticated.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/interface-relationships/implementation-is-authenticated.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../../utils/tck-test-utils"; describe("Cypher Auth isAuthenticated", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/is-authenticated.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/is-authenticated.test.ts index 4967208be6..f9e22a6779 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/is-authenticated.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/is-authenticated/is-authenticated.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; describe("Cypher Auth isAuthenticated", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/roles-where.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/roles-where.test.ts index 66771ed0d1..8610b90881 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/roles-where.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/roles-where.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; describe("Cypher Auth Where with Roles", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/roles/roles.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/roles/roles.test.ts index bb87c0483d..d48d408129 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/roles/roles.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/roles/roles.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; describe("Cypher Auth Roles", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/where/connection-auth-filter.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/where/connection-auth-filter.test.ts index c1615a3067..b1aa12bbe0 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/where/connection-auth-filter.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/where/connection-auth-filter.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/where/interface-relationships/implementation-where.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/where/interface-relationships/implementation-where.test.ts index 88d0eb72e4..95752823f4 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/where/interface-relationships/implementation-where.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/where/interface-relationships/implementation-where.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../../../../utils/tck-test-utils"; import { createBearerToken } from "../../../../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../../../../utils/tck-test-utils"; describe("Cypher Auth Where", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/arguments/where/where.test.ts b/packages/graphql/tests/tck/directives/authorization/arguments/where/where.test.ts index 0f6f8fe9c3..4a08813b3e 100644 --- a/packages/graphql/tests/tck/directives/authorization/arguments/where/where.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/arguments/where/where.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../../src"; import { createBearerToken } from "../../../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/authorization/projection-connection-union.test.ts b/packages/graphql/tests/tck/directives/authorization/projection-connection-union.test.ts index e55971e886..26f0c05601 100644 --- a/packages/graphql/tests/tck/directives/authorization/projection-connection-union.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/projection-connection-union.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Auth Projection On Connections On Unions", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/projection-connection.test.ts b/packages/graphql/tests/tck/directives/authorization/projection-connection.test.ts index 3ed3719eff..b923fe9c70 100644 --- a/packages/graphql/tests/tck/directives/authorization/projection-connection.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/projection-connection.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Auth Projection On Connections", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/authorization/projection-interface-relationships.test.ts b/packages/graphql/tests/tck/directives/authorization/projection-interface-relationships.test.ts index b4c81c05a2..4f6e0586fd 100644 --- a/packages/graphql/tests/tck/directives/authorization/projection-interface-relationships.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/projection-interface-relationships.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/authorization/projection.test.ts b/packages/graphql/tests/tck/directives/authorization/projection.test.ts index 861b04640e..63c75bc02d 100644 --- a/packages/graphql/tests/tck/directives/authorization/projection.test.ts +++ b/packages/graphql/tests/tck/directives/authorization/projection.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Auth Projection", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/autogenerate.test.ts b/packages/graphql/tests/tck/directives/autogenerate.test.ts index 9f89ca4117..efa0ade6de 100644 --- a/packages/graphql/tests/tck/directives/autogenerate.test.ts +++ b/packages/graphql/tests/tck/directives/autogenerate.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher autogenerate directive", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/directives/customResolver.test.ts b/packages/graphql/tests/tck/directives/customResolver.test.ts index 89a8e1e17a..fec2ae323a 100644 --- a/packages/graphql/tests/tck/directives/customResolver.test.ts +++ b/packages/graphql/tests/tck/directives/customResolver.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("@customResolver directive", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/directives/cypher.test.ts b/packages/graphql/tests/tck/directives/cypher.test.ts index 80f9676ff5..1f8b329101 100644 --- a/packages/graphql/tests/tck/directives/cypher.test.ts +++ b/packages/graphql/tests/tck/directives/cypher.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/create/connect.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/create/connect.test.ts index 176b635c01..fb1d9744d4 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/create/connect.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/create/connect.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/create/create.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/create/create.test.ts index 3a314e5def..9a18126a2f 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/create/create.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/create/create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/delete/delete.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/delete/delete.test.ts index e262634921..fb9785a5b4 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/delete/delete.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/delete/delete.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/read.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/read.test.ts index 7a21c52d43..352fa8f239 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/read.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/read.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/update/connect.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/update/connect.test.ts index b97c1efbd1..b027e58e73 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/update/connect.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/update/connect.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/update/create.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/update/create.test.ts index e0aef90762..af5798ee7e 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/update/create.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/update/create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/update/delete.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/update/delete.test.ts index 51db6306f0..e6d297c350 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/update/delete.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/update/delete.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/update/disconnect.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/update/disconnect.test.ts index e78cc5cb29..b10051ae03 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/update/disconnect.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/update/disconnect.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/interface-relationships/update/update.test.ts b/packages/graphql/tests/tck/directives/interface-relationships/update/update.test.ts index f12d815521..90bf5e18ae 100644 --- a/packages/graphql/tests/tck/directives/interface-relationships/update/update.test.ts +++ b/packages/graphql/tests/tck/directives/interface-relationships/update/update.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/node/node-additional-labels.test.ts b/packages/graphql/tests/tck/directives/node/node-additional-labels.test.ts index 5ca1608621..09abfbda06 100644 --- a/packages/graphql/tests/tck/directives/node/node-additional-labels.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-additional-labels.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Node directive with additionalLabels", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/directives/node/node-label-interface.test.ts b/packages/graphql/tests/tck/directives/node/node-label-interface.test.ts index 99d564a42a..c5d141bc41 100644 --- a/packages/graphql/tests/tck/directives/node/node-label-interface.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-label-interface.test.ts @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import type { DocumentNode } from "graphql"; + import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/node/node-label-jwt.test.ts b/packages/graphql/tests/tck/directives/node/node-label-jwt.test.ts index d174e838d0..90b1acedfe 100644 --- a/packages/graphql/tests/tck/directives/node/node-label-jwt.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-label-jwt.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Label in Node directive", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/node/node-label-union.test.ts b/packages/graphql/tests/tck/directives/node/node-label-union.test.ts index 53fcca9166..9f0d9dc0dc 100644 --- a/packages/graphql/tests/tck/directives/node/node-label-union.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-label-union.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Node directive with unions", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/directives/node/node-label.test.ts b/packages/graphql/tests/tck/directives/node/node-label.test.ts index 5fcdeb8a70..8fabad10fa 100644 --- a/packages/graphql/tests/tck/directives/node/node-label.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-label.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Label in Node directive", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/directives/node/node-with-auth-projection.test.ts b/packages/graphql/tests/tck/directives/node/node-with-auth-projection.test.ts index c7f27d8bf5..7ebdb037c2 100644 --- a/packages/graphql/tests/tck/directives/node/node-with-auth-projection.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-with-auth-projection.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Cypher Auth Projection On Connections", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/node/node-with-auth.test.ts b/packages/graphql/tests/tck/directives/node/node-with-auth.test.ts index b97b012f16..f686ababff 100644 --- a/packages/graphql/tests/tck/directives/node/node-with-auth.test.ts +++ b/packages/graphql/tests/tck/directives/node/node-with-auth.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; -import { formatCypher, translateQuery, formatParams } from "../../utils/tck-test-utils"; import { createBearerToken } from "../../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; describe("Node Directive", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/directives/plural.test.ts b/packages/graphql/tests/tck/directives/plural.test.ts index a73b358200..a7ef28db13 100644 --- a/packages/graphql/tests/tck/directives/plural.test.ts +++ b/packages/graphql/tests/tck/directives/plural.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/directives/relationship.test.ts b/packages/graphql/tests/tck/directives/relationship.test.ts index 3472beedc6..ec3ae68410 100644 --- a/packages/graphql/tests/tck/directives/relationship.test.ts +++ b/packages/graphql/tests/tck/directives/relationship.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher relationship", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level-with-auth.test.ts b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level-with-auth.test.ts index d5f3ad2b30..2386532849 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level-with-auth.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level-with-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level.test.ts b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level.test.ts index 2bd5ed07b3..bc3336ef80 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level-with.auth.test.ts b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level-with.auth.test.ts index 39fa9f54c8..6116c0d83c 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level-with.auth.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level-with.auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level.test.ts b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level.test.ts index 070ee9b3ee..c5bb7912c3 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level-with-auth.test.ts b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level-with-auth.test.ts index a071e49577..53e361ba6b 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level-with-auth.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level-with-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level.test.ts b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level.test.ts index 19b3ba349e..822082be9d 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-field-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level-with-auth.test.ts b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level-with-auth.test.ts index 4b4a138387..3b57386a06 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level-with-auth.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level-with-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level.test.ts b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level.test.ts index cbbc26e276..39915c26e2 100644 --- a/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level.test.ts +++ b/packages/graphql/tests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/interface-authorization.test.ts b/packages/graphql/tests/tck/experimental/interface-authorization.test.ts index 4f437303ed..612d76efa6 100644 --- a/packages/graphql/tests/tck/experimental/interface-authorization.test.ts +++ b/packages/graphql/tests/tck/experimental/interface-authorization.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/interface-filtering-with-auth.test.ts b/packages/graphql/tests/tck/experimental/interface-filtering-with-auth.test.ts index 91c7d53a62..32f5b10f1d 100644 --- a/packages/graphql/tests/tck/experimental/interface-filtering-with-auth.test.ts +++ b/packages/graphql/tests/tck/experimental/interface-filtering-with-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/interface-filtering.test.ts b/packages/graphql/tests/tck/experimental/interface-filtering.test.ts index f59edecbaa..46ad5edc91 100644 --- a/packages/graphql/tests/tck/experimental/interface-filtering.test.ts +++ b/packages/graphql/tests/tck/experimental/interface-filtering.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/interface-top-level.test.ts b/packages/graphql/tests/tck/experimental/interface-top-level.test.ts index 31e2e8229c..9b4b35bb68 100644 --- a/packages/graphql/tests/tck/experimental/interface-top-level.test.ts +++ b/packages/graphql/tests/tck/experimental/interface-top-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/union-authorization.test.ts b/packages/graphql/tests/tck/experimental/union-authorization.test.ts index 62242893af..7e07397da3 100644 --- a/packages/graphql/tests/tck/experimental/union-authorization.test.ts +++ b/packages/graphql/tests/tck/experimental/union-authorization.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/union-relationship-filtering.test.ts b/packages/graphql/tests/tck/experimental/union-relationship-filtering.test.ts index f772a436be..53ddc2cc7c 100644 --- a/packages/graphql/tests/tck/experimental/union-relationship-filtering.test.ts +++ b/packages/graphql/tests/tck/experimental/union-relationship-filtering.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/experimental/union-top-level.test.ts b/packages/graphql/tests/tck/experimental/union-top-level.test.ts index ff622a0d33..443349c0c4 100644 --- a/packages/graphql/tests/tck/experimental/union-top-level.test.ts +++ b/packages/graphql/tests/tck/experimental/union-top-level.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/fragments.test.ts b/packages/graphql/tests/tck/fragments.test.ts index d8870772de..d49ea8a740 100644 --- a/packages/graphql/tests/tck/fragments.test.ts +++ b/packages/graphql/tests/tck/fragments.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/fulltext/aggregate.test.ts b/packages/graphql/tests/tck/fulltext/aggregate.test.ts index 328899fb03..c4ff7e964d 100644 --- a/packages/graphql/tests/tck/fulltext/aggregate.test.ts +++ b/packages/graphql/tests/tck/fulltext/aggregate.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher -> fulltext -> Aggregate", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/fulltext/match.test.ts b/packages/graphql/tests/tck/fulltext/match.test.ts index b3c07afab4..1cbcae3063 100644 --- a/packages/graphql/tests/tck/fulltext/match.test.ts +++ b/packages/graphql/tests/tck/fulltext/match.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/fulltext/score.test.ts b/packages/graphql/tests/tck/fulltext/score.test.ts index 00ece3a899..d8a5037011 100644 --- a/packages/graphql/tests/tck/fulltext/score.test.ts +++ b/packages/graphql/tests/tck/fulltext/score.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/info.test.ts b/packages/graphql/tests/tck/info.test.ts index a14bf733f1..a6b91ddf15 100644 --- a/packages/graphql/tests/tck/info.test.ts +++ b/packages/graphql/tests/tck/info.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("info", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1115.test.ts b/packages/graphql/tests/tck/issues/1115.test.ts index cdc5e4738c..68a5dca9e3 100644 --- a/packages/graphql/tests/tck/issues/1115.test.ts +++ b/packages/graphql/tests/tck/issues/1115.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; import { createBearerToken } from "../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1115", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1131.test.ts b/packages/graphql/tests/tck/issues/1131.test.ts index 513fe868a5..0ca31003b3 100644 --- a/packages/graphql/tests/tck/issues/1131.test.ts +++ b/packages/graphql/tests/tck/issues/1131.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1131", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1182.test.ts b/packages/graphql/tests/tck/issues/1182.test.ts index 8bb6ca2b5e..ec81328076 100644 --- a/packages/graphql/tests/tck/issues/1182.test.ts +++ b/packages/graphql/tests/tck/issues/1182.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1182", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1221.test.ts b/packages/graphql/tests/tck/issues/1221.test.ts index 5878c4ab49..75f0f3666b 100644 --- a/packages/graphql/tests/tck/issues/1221.test.ts +++ b/packages/graphql/tests/tck/issues/1221.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1249.test.ts b/packages/graphql/tests/tck/issues/1249.test.ts index 2fb397c5ed..a8d38d469b 100644 --- a/packages/graphql/tests/tck/issues/1249.test.ts +++ b/packages/graphql/tests/tck/issues/1249.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1320.test.ts b/packages/graphql/tests/tck/issues/1320.test.ts index fa560a7f30..e9504d9766 100644 --- a/packages/graphql/tests/tck/issues/1320.test.ts +++ b/packages/graphql/tests/tck/issues/1320.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1320", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1348.test.ts b/packages/graphql/tests/tck/issues/1348.test.ts index 7c59ad3d69..e6449597a8 100644 --- a/packages/graphql/tests/tck/issues/1348.test.ts +++ b/packages/graphql/tests/tck/issues/1348.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1348", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1364.test.ts b/packages/graphql/tests/tck/issues/1364.test.ts index b62278b423..fc9f43d0d4 100644 --- a/packages/graphql/tests/tck/issues/1364.test.ts +++ b/packages/graphql/tests/tck/issues/1364.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1430.test.ts b/packages/graphql/tests/tck/issues/1430.test.ts index a80382a828..9dbb51fcb3 100644 --- a/packages/graphql/tests/tck/issues/1430.test.ts +++ b/packages/graphql/tests/tck/issues/1430.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1535.test.ts b/packages/graphql/tests/tck/issues/1535.test.ts index ef99cc46a3..bfd02d4a79 100644 --- a/packages/graphql/tests/tck/issues/1535.test.ts +++ b/packages/graphql/tests/tck/issues/1535.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1535", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1536.test.ts b/packages/graphql/tests/tck/issues/1536.test.ts index ce9567bf1a..c0b01254b5 100644 --- a/packages/graphql/tests/tck/issues/1536.test.ts +++ b/packages/graphql/tests/tck/issues/1536.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1566.test.ts b/packages/graphql/tests/tck/issues/1566.test.ts index 7cd2c54b38..abe65c02e0 100644 --- a/packages/graphql/tests/tck/issues/1566.test.ts +++ b/packages/graphql/tests/tck/issues/1566.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1628.test.ts b/packages/graphql/tests/tck/issues/1628.test.ts index f98fee19eb..a79b69d719 100644 --- a/packages/graphql/tests/tck/issues/1628.test.ts +++ b/packages/graphql/tests/tck/issues/1628.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1687.test.ts b/packages/graphql/tests/tck/issues/1687.test.ts index 13dcf36457..08979beb97 100644 --- a/packages/graphql/tests/tck/issues/1687.test.ts +++ b/packages/graphql/tests/tck/issues/1687.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1751.test.ts b/packages/graphql/tests/tck/issues/1751.test.ts index 66740e1149..2e37aadefc 100644 --- a/packages/graphql/tests/tck/issues/1751.test.ts +++ b/packages/graphql/tests/tck/issues/1751.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1756.test.ts b/packages/graphql/tests/tck/issues/1756.test.ts index f6f460c5b5..2b77c772f9 100644 --- a/packages/graphql/tests/tck/issues/1756.test.ts +++ b/packages/graphql/tests/tck/issues/1756.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1760.test.ts b/packages/graphql/tests/tck/issues/1760.test.ts index a5078a7dff..b186a625a5 100644 --- a/packages/graphql/tests/tck/issues/1760.test.ts +++ b/packages/graphql/tests/tck/issues/1760.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; import { createBearerToken } from "../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/1760", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1779.test.ts b/packages/graphql/tests/tck/issues/1779.test.ts index 3d04ad5f29..a13f0bfa2b 100644 --- a/packages/graphql/tests/tck/issues/1779.test.ts +++ b/packages/graphql/tests/tck/issues/1779.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1783.test.ts b/packages/graphql/tests/tck/issues/1783.test.ts index 975c654a9e..40f25124fb 100644 --- a/packages/graphql/tests/tck/issues/1783.test.ts +++ b/packages/graphql/tests/tck/issues/1783.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/1848.test.ts b/packages/graphql/tests/tck/issues/1848.test.ts index 549299fb05..7526e850d2 100644 --- a/packages/graphql/tests/tck/issues/1848.test.ts +++ b/packages/graphql/tests/tck/issues/1848.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/190.test.ts b/packages/graphql/tests/tck/issues/190.test.ts index 921703fab1..61dd12ce73 100644 --- a/packages/graphql/tests/tck/issues/190.test.ts +++ b/packages/graphql/tests/tck/issues/190.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#190", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/1933.test.ts b/packages/graphql/tests/tck/issues/1933.test.ts index 2f0069dcfb..f1a11b1b2d 100644 --- a/packages/graphql/tests/tck/issues/1933.test.ts +++ b/packages/graphql/tests/tck/issues/1933.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/2022.test.ts b/packages/graphql/tests/tck/issues/2022.test.ts index 4c8f22cf4d..7eb79739c7 100644 --- a/packages/graphql/tests/tck/issues/2022.test.ts +++ b/packages/graphql/tests/tck/issues/2022.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/2022", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/2100.test.ts b/packages/graphql/tests/tck/issues/2100.test.ts index 0c5572a0c3..32c47fbc0a 100644 --- a/packages/graphql/tests/tck/issues/2100.test.ts +++ b/packages/graphql/tests/tck/issues/2100.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/2249.test.ts b/packages/graphql/tests/tck/issues/2249.test.ts index 79e9d132dd..0c82b07981 100644 --- a/packages/graphql/tests/tck/issues/2249.test.ts +++ b/packages/graphql/tests/tck/issues/2249.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/2262.test.ts b/packages/graphql/tests/tck/issues/2262.test.ts index 80d2288cc4..52800b1061 100644 --- a/packages/graphql/tests/tck/issues/2262.test.ts +++ b/packages/graphql/tests/tck/issues/2262.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/2262", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/2267.test.ts b/packages/graphql/tests/tck/issues/2267.test.ts index 131e9a102a..229bbb7b91 100644 --- a/packages/graphql/tests/tck/issues/2267.test.ts +++ b/packages/graphql/tests/tck/issues/2267.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/2267", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/288.test.ts b/packages/graphql/tests/tck/issues/288.test.ts index e8ea483fb1..2e2d5358f3 100644 --- a/packages/graphql/tests/tck/issues/288.test.ts +++ b/packages/graphql/tests/tck/issues/288.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#288", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/3215.test.ts b/packages/graphql/tests/tck/issues/3215.test.ts index a53089f9c4..ae84eaff1b 100644 --- a/packages/graphql/tests/tck/issues/3215.test.ts +++ b/packages/graphql/tests/tck/issues/3215.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/324.test.ts b/packages/graphql/tests/tck/issues/324.test.ts index babf808d92..555ea1679c 100644 --- a/packages/graphql/tests/tck/issues/324.test.ts +++ b/packages/graphql/tests/tck/issues/324.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#324", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/3251.test.ts b/packages/graphql/tests/tck/issues/3251.test.ts index ed4b061f09..b09cab7d65 100644 --- a/packages/graphql/tests/tck/issues/3251.test.ts +++ b/packages/graphql/tests/tck/issues/3251.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/3394.test.ts b/packages/graphql/tests/tck/issues/3394.test.ts index 6e52aa0ab1..2770fe1ccd 100644 --- a/packages/graphql/tests/tck/issues/3394.test.ts +++ b/packages/graphql/tests/tck/issues/3394.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/360.test.ts b/packages/graphql/tests/tck/issues/360.test.ts index e09d4f8a59..8244bdd27d 100644 --- a/packages/graphql/tests/tck/issues/360.test.ts +++ b/packages/graphql/tests/tck/issues/360.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#360", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/3765.test.ts b/packages/graphql/tests/tck/issues/3765.test.ts index 4736f491e5..87d26ba734 100644 --- a/packages/graphql/tests/tck/issues/3765.test.ts +++ b/packages/graphql/tests/tck/issues/3765.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/387.test.ts b/packages/graphql/tests/tck/issues/387.test.ts index c91b637977..5361c17b5c 100644 --- a/packages/graphql/tests/tck/issues/387.test.ts +++ b/packages/graphql/tests/tck/issues/387.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/387", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/3888.test.ts b/packages/graphql/tests/tck/issues/3888.test.ts index 9e70ccc8a0..9e41c6db13 100644 --- a/packages/graphql/tests/tck/issues/3888.test.ts +++ b/packages/graphql/tests/tck/issues/3888.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; import { createBearerToken } from "../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/3888", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/issues/3901.test.ts b/packages/graphql/tests/tck/issues/3901.test.ts index d43ce7310e..e298756757 100644 --- a/packages/graphql/tests/tck/issues/3901.test.ts +++ b/packages/graphql/tests/tck/issues/3901.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; import { createBearerToken } from "../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/3901", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/issues/3905.test.ts b/packages/graphql/tests/tck/issues/3905.test.ts index f00762dbfa..79602324b7 100644 --- a/packages/graphql/tests/tck/issues/3905.test.ts +++ b/packages/graphql/tests/tck/issues/3905.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/3905", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/3929.test.ts b/packages/graphql/tests/tck/issues/3929.test.ts index 28df43befb..cf0053b8f5 100644 --- a/packages/graphql/tests/tck/issues/3929.test.ts +++ b/packages/graphql/tests/tck/issues/3929.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; import { createBearerToken } from "../../utils/create-bearer-token"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/3929", () => { const secret = "secret"; diff --git a/packages/graphql/tests/tck/issues/4001.test.ts b/packages/graphql/tests/tck/issues/4001.test.ts index b5fce8ed8b..6f8ca325b0 100644 --- a/packages/graphql/tests/tck/issues/4001.test.ts +++ b/packages/graphql/tests/tck/issues/4001.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/4001", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/4004.test.ts b/packages/graphql/tests/tck/issues/4004.test.ts index 40520f71b0..054dd1a291 100644 --- a/packages/graphql/tests/tck/issues/4004.test.ts +++ b/packages/graphql/tests/tck/issues/4004.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4007.test.ts b/packages/graphql/tests/tck/issues/4007.test.ts index 8e15d8a18b..6736b775c9 100644 --- a/packages/graphql/tests/tck/issues/4007.test.ts +++ b/packages/graphql/tests/tck/issues/4007.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4015.test.ts b/packages/graphql/tests/tck/issues/4015.test.ts index 404c9c02fa..d9142b2771 100644 --- a/packages/graphql/tests/tck/issues/4015.test.ts +++ b/packages/graphql/tests/tck/issues/4015.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/402.test.ts b/packages/graphql/tests/tck/issues/402.test.ts index c09b9095de..0b39e1bf1e 100644 --- a/packages/graphql/tests/tck/issues/402.test.ts +++ b/packages/graphql/tests/tck/issues/402.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#402", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/4077.test.ts b/packages/graphql/tests/tck/issues/4077.test.ts index e4726ac6c0..b7bb562958 100644 --- a/packages/graphql/tests/tck/issues/4077.test.ts +++ b/packages/graphql/tests/tck/issues/4077.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4110.test.ts b/packages/graphql/tests/tck/issues/4110.test.ts index ef999f0c08..dbcd802b65 100644 --- a/packages/graphql/tests/tck/issues/4110.test.ts +++ b/packages/graphql/tests/tck/issues/4110.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4292.test.ts b/packages/graphql/tests/tck/issues/4292.test.ts index 7a3b3355fa..6c2c3adda2 100644 --- a/packages/graphql/tests/tck/issues/4292.test.ts +++ b/packages/graphql/tests/tck/issues/4292.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/433.test.ts b/packages/graphql/tests/tck/issues/433.test.ts index 4dfe495f11..9b7bcc0059 100644 --- a/packages/graphql/tests/tck/issues/433.test.ts +++ b/packages/graphql/tests/tck/issues/433.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("#413", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/4405.test.ts b/packages/graphql/tests/tck/issues/4405.test.ts index 537d7a4ce9..dcabb9e413 100644 --- a/packages/graphql/tests/tck/issues/4405.test.ts +++ b/packages/graphql/tests/tck/issues/4405.test.ts @@ -17,10 +17,9 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; -import { translateQuery, formatCypher, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/4405", () => { test("authorization should work when the filter value is an array", async () => { diff --git a/packages/graphql/tests/tck/issues/4432.test.ts b/packages/graphql/tests/tck/issues/4432.test.ts index ff39e5a906..b405c39e66 100644 --- a/packages/graphql/tests/tck/issues/4432.test.ts +++ b/packages/graphql/tests/tck/issues/4432.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4450.test.ts b/packages/graphql/tests/tck/issues/4450.test.ts index dd3adea717..cd5a437bdb 100644 --- a/packages/graphql/tests/tck/issues/4450.test.ts +++ b/packages/graphql/tests/tck/issues/4450.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4477.test.ts b/packages/graphql/tests/tck/issues/4477.test.ts index 5e9d0d19ee..049ff12d69 100644 --- a/packages/graphql/tests/tck/issues/4477.test.ts +++ b/packages/graphql/tests/tck/issues/4477.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4583.test.ts b/packages/graphql/tests/tck/issues/4583.test.ts index 54031a3c52..f3f8051b4b 100644 --- a/packages/graphql/tests/tck/issues/4583.test.ts +++ b/packages/graphql/tests/tck/issues/4583.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import gql from "graphql-tag"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/4704.test.ts b/packages/graphql/tests/tck/issues/4704.test.ts index 3e799020d2..7559408d21 100644 --- a/packages/graphql/tests/tck/issues/4704.test.ts +++ b/packages/graphql/tests/tck/issues/4704.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/488.test.ts b/packages/graphql/tests/tck/issues/488.test.ts index e8cf6322c4..9232d06631 100644 --- a/packages/graphql/tests/tck/issues/488.test.ts +++ b/packages/graphql/tests/tck/issues/488.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/488", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/505.test.ts b/packages/graphql/tests/tck/issues/505.test.ts index 64226fee90..bbc06c8157 100644 --- a/packages/graphql/tests/tck/issues/505.test.ts +++ b/packages/graphql/tests/tck/issues/505.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/505", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/582.test.ts b/packages/graphql/tests/tck/issues/582.test.ts index 2a56e53c81..9c48bbfd5e 100644 --- a/packages/graphql/tests/tck/issues/582.test.ts +++ b/packages/graphql/tests/tck/issues/582.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/583.test.ts b/packages/graphql/tests/tck/issues/583.test.ts index 77c1466196..cac2a78137 100644 --- a/packages/graphql/tests/tck/issues/583.test.ts +++ b/packages/graphql/tests/tck/issues/583.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/583", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/601.test.ts b/packages/graphql/tests/tck/issues/601.test.ts index 0959ff4f60..d1e873ccee 100644 --- a/packages/graphql/tests/tck/issues/601.test.ts +++ b/packages/graphql/tests/tck/issues/601.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/630.test.ts b/packages/graphql/tests/tck/issues/630.test.ts index 7535b7ca2c..5df8c0bbc9 100644 --- a/packages/graphql/tests/tck/issues/630.test.ts +++ b/packages/graphql/tests/tck/issues/630.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher directive", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/832.test.ts b/packages/graphql/tests/tck/issues/832.test.ts index 1448457837..8486603206 100644 --- a/packages/graphql/tests/tck/issues/832.test.ts +++ b/packages/graphql/tests/tck/issues/832.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/894.test.ts b/packages/graphql/tests/tck/issues/894.test.ts index e49b2a83ad..a361941c1e 100644 --- a/packages/graphql/tests/tck/issues/894.test.ts +++ b/packages/graphql/tests/tck/issues/894.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("https://github.com/neo4j/graphql/issues/894", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/issues/901.test.ts b/packages/graphql/tests/tck/issues/901.test.ts index 77df7e390c..9f55b363bb 100644 --- a/packages/graphql/tests/tck/issues/901.test.ts +++ b/packages/graphql/tests/tck/issues/901.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/issues/988.test.ts b/packages/graphql/tests/tck/issues/988.test.ts index 8ae0718a40..d7246c1105 100644 --- a/packages/graphql/tests/tck/issues/988.test.ts +++ b/packages/graphql/tests/tck/issues/988.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/math.test.ts b/packages/graphql/tests/tck/math.test.ts index 31306786d1..1c079ef853 100644 --- a/packages/graphql/tests/tck/math.test.ts +++ b/packages/graphql/tests/tck/math.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/nested-unions.test.ts b/packages/graphql/tests/tck/nested-unions.test.ts index 6c29fad798..3393f3c068 100644 --- a/packages/graphql/tests/tck/nested-unions.test.ts +++ b/packages/graphql/tests/tck/nested-unions.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Nested Unions", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/null.test.ts b/packages/graphql/tests/tck/null.test.ts index 5a3fda4626..050c3f2461 100644 --- a/packages/graphql/tests/tck/null.test.ts +++ b/packages/graphql/tests/tck/null.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher NULL", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/operations/batch/batch-create-auth.test.ts b/packages/graphql/tests/tck/operations/batch/batch-create-auth.test.ts index cc86741a97..4175f9a4c3 100644 --- a/packages/graphql/tests/tck/operations/batch/batch-create-auth.test.ts +++ b/packages/graphql/tests/tck/operations/batch/batch-create-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { createBearerToken } from "../../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/batch/batch-create-fields.test.ts b/packages/graphql/tests/tck/operations/batch/batch-create-fields.test.ts index 22389780be..1e6a19600b 100644 --- a/packages/graphql/tests/tck/operations/batch/batch-create-fields.test.ts +++ b/packages/graphql/tests/tck/operations/batch/batch-create-fields.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/batch/batch-create-interface.test.ts b/packages/graphql/tests/tck/operations/batch/batch-create-interface.test.ts index 228fd09536..6b52497bb8 100644 --- a/packages/graphql/tests/tck/operations/batch/batch-create-interface.test.ts +++ b/packages/graphql/tests/tck/operations/batch/batch-create-interface.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/batch/batch-create.test.ts b/packages/graphql/tests/tck/operations/batch/batch-create.test.ts index ae1894a46c..ac1e440c6d 100644 --- a/packages/graphql/tests/tck/operations/batch/batch-create.test.ts +++ b/packages/graphql/tests/tck/operations/batch/batch-create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../../src"; import { formatCypher, formatParams, translateQuery } from "../../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/connect.test.ts b/packages/graphql/tests/tck/operations/connect.test.ts index 734d35ace5..7484d9ef14 100644 --- a/packages/graphql/tests/tck/operations/connect.test.ts +++ b/packages/graphql/tests/tck/operations/connect.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Connect", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/operations/create.test.ts b/packages/graphql/tests/tck/operations/create.test.ts index 8e94930042..8b0c9beca9 100644 --- a/packages/graphql/tests/tck/operations/create.test.ts +++ b/packages/graphql/tests/tck/operations/create.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Create", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/operations/delete-interface.test.ts b/packages/graphql/tests/tck/operations/delete-interface.test.ts index 90da255391..3f47b038b6 100644 --- a/packages/graphql/tests/tck/operations/delete-interface.test.ts +++ b/packages/graphql/tests/tck/operations/delete-interface.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/delete-union.test.ts b/packages/graphql/tests/tck/operations/delete-union.test.ts index b09bdae69a..c697a49c82 100644 --- a/packages/graphql/tests/tck/operations/delete-union.test.ts +++ b/packages/graphql/tests/tck/operations/delete-union.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/delete.test.ts b/packages/graphql/tests/tck/operations/delete.test.ts index d32c321b3a..8aa5cc09a7 100644 --- a/packages/graphql/tests/tck/operations/delete.test.ts +++ b/packages/graphql/tests/tck/operations/delete.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/disconnect.test.ts b/packages/graphql/tests/tck/operations/disconnect.test.ts index 631bf81edf..a3f7d7ae97 100644 --- a/packages/graphql/tests/tck/operations/disconnect.test.ts +++ b/packages/graphql/tests/tck/operations/disconnect.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/operations/update.test.ts b/packages/graphql/tests/tck/operations/update.test.ts index d07cd6fab9..97ff3f0a7c 100644 --- a/packages/graphql/tests/tck/operations/update.test.ts +++ b/packages/graphql/tests/tck/operations/update.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/pagination.test.ts b/packages/graphql/tests/tck/pagination.test.ts index 550325b87d..348952182e 100644 --- a/packages/graphql/tests/tck/pagination.test.ts +++ b/packages/graphql/tests/tck/pagination.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher pagination tests", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/pringles.test.ts b/packages/graphql/tests/tck/pringles.test.ts index 7bcc3d9a39..a67dff89a1 100644 --- a/packages/graphql/tests/tck/pringles.test.ts +++ b/packages/graphql/tests/tck/pringles.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher Create Pringles", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/projection.test.ts b/packages/graphql/tests/tck/projection.test.ts index f60f4f65c3..25578940d7 100644 --- a/packages/graphql/tests/tck/projection.test.ts +++ b/packages/graphql/tests/tck/projection.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; -import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; describe("Cypher Projection", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/rfcs/query-limits.test.ts b/packages/graphql/tests/tck/rfcs/query-limits.test.ts index 3b1f0de4cf..72702f70a6 100644 --- a/packages/graphql/tests/tck/rfcs/query-limits.test.ts +++ b/packages/graphql/tests/tck/rfcs/query-limits.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/rfcs/rfc-022.test.ts b/packages/graphql/tests/tck/rfcs/rfc-022.test.ts index 22413e3793..05d486e2e9 100644 --- a/packages/graphql/tests/tck/rfcs/rfc-022.test.ts +++ b/packages/graphql/tests/tck/rfcs/rfc-022.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { createBearerToken } from "../../utils/create-bearer-token"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/root-connection.test.ts b/packages/graphql/tests/tck/root-connection.test.ts index 3de558b3dc..c4baa3cd68 100644 --- a/packages/graphql/tests/tck/root-connection.test.ts +++ b/packages/graphql/tests/tck/root-connection.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/simple.test.ts b/packages/graphql/tests/tck/simple.test.ts index 1a104d14b6..22289f7a4b 100644 --- a/packages/graphql/tests/tck/simple.test.ts +++ b/packages/graphql/tests/tck/simple.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, formatParams, translateQuery } from "./utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/subscriptions/create-auth.test.ts b/packages/graphql/tests/tck/subscriptions/create-auth.test.ts index 13a8985849..d8dff7ebdb 100644 --- a/packages/graphql/tests/tck/subscriptions/create-auth.test.ts +++ b/packages/graphql/tests/tck/subscriptions/create-auth.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { TestSubscriptionsEngine } from "../../utils/TestSubscriptionsEngine"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/subscriptions/create.test.ts b/packages/graphql/tests/tck/subscriptions/create.test.ts index 86c91fe152..32c9cc8e87 100644 --- a/packages/graphql/tests/tck/subscriptions/create.test.ts +++ b/packages/graphql/tests/tck/subscriptions/create.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { TestSubscriptionsEngine } from "../../utils/TestSubscriptionsEngine"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/subscriptions/delete.test.ts b/packages/graphql/tests/tck/subscriptions/delete.test.ts index 32fbeba74e..cf7bed8314 100644 --- a/packages/graphql/tests/tck/subscriptions/delete.test.ts +++ b/packages/graphql/tests/tck/subscriptions/delete.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { TestSubscriptionsEngine } from "../../utils/TestSubscriptionsEngine"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/subscriptions/update.test.ts b/packages/graphql/tests/tck/subscriptions/update.test.ts index 3524032c18..3e0d29740f 100644 --- a/packages/graphql/tests/tck/subscriptions/update.test.ts +++ b/packages/graphql/tests/tck/subscriptions/update.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { TestSubscriptionsEngine } from "../../utils/TestSubscriptionsEngine"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/types/bigint.test.ts b/packages/graphql/tests/tck/types/bigint.test.ts index 56d22e336e..4aad8ef7d4 100644 --- a/packages/graphql/tests/tck/types/bigint.test.ts +++ b/packages/graphql/tests/tck/types/bigint.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/types/date.test.ts b/packages/graphql/tests/tck/types/date.test.ts index 4f81b55964..c1efc20918 100644 --- a/packages/graphql/tests/tck/types/date.test.ts +++ b/packages/graphql/tests/tck/types/date.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Date", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/types/datetime.test.ts b/packages/graphql/tests/tck/types/datetime.test.ts index 2540bb8565..decc682c5a 100644 --- a/packages/graphql/tests/tck/types/datetime.test.ts +++ b/packages/graphql/tests/tck/types/datetime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher DateTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/types/duration.test.ts b/packages/graphql/tests/tck/types/duration.test.ts index 5e5ddb6a8c..348bf46a3e 100644 --- a/packages/graphql/tests/tck/types/duration.test.ts +++ b/packages/graphql/tests/tck/types/duration.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher Duration", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/types/localdatetime.test.ts b/packages/graphql/tests/tck/types/localdatetime.test.ts index 7759b25941..6c2c6ea055 100644 --- a/packages/graphql/tests/tck/types/localdatetime.test.ts +++ b/packages/graphql/tests/tck/types/localdatetime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher LocalDateTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/types/localtime.test.ts b/packages/graphql/tests/tck/types/localtime.test.ts index 043eb11bc2..3f93559479 100644 --- a/packages/graphql/tests/tck/types/localtime.test.ts +++ b/packages/graphql/tests/tck/types/localtime.test.ts @@ -17,9 +17,8 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; -import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; +import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; describe("Cypher LocalTime", () => { let typeDefs: string; diff --git a/packages/graphql/tests/tck/types/point.test.ts b/packages/graphql/tests/tck/types/point.test.ts index af77281e2c..858c829565 100644 --- a/packages/graphql/tests/tck/types/point.test.ts +++ b/packages/graphql/tests/tck/types/point.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/types/points.test.ts b/packages/graphql/tests/tck/types/points.test.ts index 8adcc45232..d2e8fc78de 100644 --- a/packages/graphql/tests/tck/types/points.test.ts +++ b/packages/graphql/tests/tck/types/points.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/types/time.test.ts b/packages/graphql/tests/tck/types/time.test.ts index 379d0b385f..87c1d19947 100644 --- a/packages/graphql/tests/tck/types/time.test.ts +++ b/packages/graphql/tests/tck/types/time.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, translateQuery, formatParams } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/query-direction-aggregations.test.ts b/packages/graphql/tests/tck/undirected-relationships/query-direction-aggregations.test.ts index 3da4fcf104..c623d42539 100644 --- a/packages/graphql/tests/tck/undirected-relationships/query-direction-aggregations.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/query-direction-aggregations.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/query-direction-connection.test.ts b/packages/graphql/tests/tck/undirected-relationships/query-direction-connection.test.ts index 2e9c4cc8d6..a5a8f75253 100644 --- a/packages/graphql/tests/tck/undirected-relationships/query-direction-connection.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/query-direction-connection.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/query-direction.test.ts b/packages/graphql/tests/tck/undirected-relationships/query-direction.test.ts index a7e703de7c..42dc2dcb45 100644 --- a/packages/graphql/tests/tck/undirected-relationships/query-direction.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/query-direction.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/undirected-aggregations.test.ts b/packages/graphql/tests/tck/undirected-relationships/undirected-aggregations.test.ts index 699894d0ea..bea1d83a1a 100644 --- a/packages/graphql/tests/tck/undirected-relationships/undirected-aggregations.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/undirected-aggregations.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/undirected-connection.test.ts b/packages/graphql/tests/tck/undirected-relationships/undirected-connection.test.ts index c69f83a8a3..f4d8b26457 100644 --- a/packages/graphql/tests/tck/undirected-relationships/undirected-connection.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/undirected-connection.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/undirected-relationships/undirected-relationships.test.ts b/packages/graphql/tests/tck/undirected-relationships/undirected-relationships.test.ts index bac1414eb6..e2bbcc20f0 100644 --- a/packages/graphql/tests/tck/undirected-relationships/undirected-relationships.test.ts +++ b/packages/graphql/tests/tck/undirected-relationships/undirected-relationships.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../../src"; import { formatCypher, formatParams, translateQuery } from "../utils/tck-test-utils"; diff --git a/packages/graphql/tests/tck/union.test.ts b/packages/graphql/tests/tck/union.test.ts index deb4dedba4..746fcf90b1 100644 --- a/packages/graphql/tests/tck/union.test.ts +++ b/packages/graphql/tests/tck/union.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils"; import { createBearerToken } from "../utils/create-bearer-token"; diff --git a/packages/graphql/tests/tck/where.test.ts b/packages/graphql/tests/tck/where.test.ts index 5784c60177..d194c9190c 100644 --- a/packages/graphql/tests/tck/where.test.ts +++ b/packages/graphql/tests/tck/where.test.ts @@ -17,7 +17,6 @@ * limitations under the License. */ -import type { DocumentNode } from "graphql"; import { Neo4jGraphQL } from "../../src"; import { formatCypher, translateQuery, formatParams } from "./utils/tck-test-utils";