File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
final/nosql-products/src/resolvers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const reviews = [
5
5
id : 1 ,
6
6
body : "This was a great find! would highly recommend." ,
7
7
product : {
8
- id : "1 "
8
+ id : "33 "
9
9
} ,
10
10
user : {
11
11
id : "1" ,
@@ -15,7 +15,7 @@ const reviews = [
15
15
id : 2 ,
16
16
body : "Awesome t-shirt. I really like the material" ,
17
17
product : {
18
- id : "2 " ,
18
+ id : "161 " ,
19
19
} ,
20
20
user : {
21
21
id : "2" ,
@@ -25,20 +25,20 @@ const reviews = [
25
25
id : 3 ,
26
26
body : "Smooth! Look no further, this will answer all your questions!" ,
27
27
product : {
28
- id : "3 " ,
28
+ id : "145 " ,
29
29
} ,
30
30
user : {
31
- id : "1 " ,
31
+ id : "10 " ,
32
32
} ,
33
33
} ,
34
34
{
35
35
id : 4 ,
36
36
body : "So glad I found this product. Hidden gem!" ,
37
37
product : {
38
- id : "4 " ,
38
+ id : "193 " ,
39
39
} ,
40
40
user : {
41
- id : "1 " ,
41
+ id : "12 " ,
42
42
} ,
43
43
} ,
44
44
] ;
You can’t perform that action at this time.
0 commit comments