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 7b38a1f commit 6035d74Copy full SHA for 6035d74
src/__tests__/__snapshots__/Store.js.snap
@@ -1,5 +1,45 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
+exports[`Save save all with existing model 1`] = `
4
+Object {
5
+ "data": Array [
6
+ Object {
7
+ "id": 10,
8
+ "kind": -238,
9
+ "name": "Doggo",
10
+ },
11
+ ],
12
+ "with": Object {
13
+ "kind": Array [
14
15
+ "id": -238,
16
+ "name": "Dog",
17
18
19
20
+}
21
+`;
22
+
23
+exports[`Save save all with not defined relation error 1`] = `
24
25
26
27
28
+ "kind": -241,
29
30
31
32
33
34
35
+ "id": -241,
36
+ "name": "",
37
38
39
40
41
42
43
exports[`requests fetch with complex nested relations 1`] = `
44
Array [
45
Object {
0 commit comments