Skip to content

Commit

Permalink
Update packages/graphql/tests/tck/issues/4667.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Darrell Warde <[email protected]>
  • Loading branch information
MacondoExpress and darrellwarde authored May 30, 2024
1 parent be00218 commit 36b1d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/tests/tck/issues/4667.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("https://github.com/neo4j/graphql/issues/4667", () => {

const neoSchema = new Neo4jGraphQL({ typeDefs });

const query = /* GraphQL */ gql`
const query = gql`
query {
myThings(where: { stuff: null }) {
id
Expand Down

0 comments on commit 36b1d65

Please sign in to comment.