Skip to content

Commit 8bfd6a2

Browse files
committed
Update Neo4j example
1 parent 8688856 commit 8bfd6a2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/neo4j-example/example-query.graphql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ query MovieWithActedIn {
33
title
44
released
55
tagline
6-
votes
76
peopleActedIn(options: { limit: 2 }) {
87
name
98
}

examples/neo4j-example/tests/__snapshots__/neo4j-example.test.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,6 @@ exports[`Neo4j should give correct response for example queries: example-query.g
28332833
"released": 1999n,
28342834
"tagline": "Welcome to the Real World",
28352835
"title": "The Matrix",
2836-
"votes": 2528n,
28372836
},
28382837
{
28392838
"peopleActedIn": [
@@ -2847,7 +2846,6 @@ exports[`Neo4j should give correct response for example queries: example-query.g
28472846
"released": 2003n,
28482847
"tagline": "Free your mind",
28492848
"title": "The Matrix Reloaded",
2850-
"votes": 534n,
28512849
},
28522850
],
28532851
},

0 commit comments

Comments
 (0)