Skip to content

Commit

Permalink
refactor: remove Connection API description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Nov 28, 2024
1 parent 9d04343 commit bbdf263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import { TestHelper } from "../../../../../utils/tests-helper";

describe("Connection API - cypher directive filtering - relationship auth filter", () => {
describe("cypher directive filtering - relationship auth filter", () => {
const testHelper = new TestHelper();

afterEach(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Neo4jGraphQL } from "../../../../../../src";
import { createBearerToken } from "../../../../../utils/create-bearer-token";
import { formatCypher, formatParams, translateQuery } from "../../../../utils/tck-test-utils";

describe("Connection API - cypher directive filtering - relationship auth filter", () => {
describe("cypher directive filtering - relationship auth filter", () => {
test("relationship with auth filter on type PASS", async () => {
const typeDefs = /* GraphQL */ `
type Movie @node @authorization(filter: [{ where: { node: { actors: { name: "$jwt.custom_value" } } } }]) {
Expand Down

0 comments on commit bbdf263

Please sign in to comment.