We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f50503 commit e783d04Copy full SHA for e783d04
.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,46 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**Test Case**
14
15
+***GraphQL schema***
16
17
+```graphql
18
+```
19
20
+***GraphQL request***
21
22
23
24
25
+***Expected cypher query***
26
27
+```cypher
28
29
30
+***Expected cypher params***
31
32
+```json
33
34
35
+***Neo4j test data***
36
37
38
39
40
+***Expected GraphQL response***
41
42
43
44
45
+**Additional context**
46
+Add any other context about the problem here.
0 commit comments