houdini-svelte 1.0.0-next.11 → 1.0.0-next.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -79,7 +79,8 @@ This will result in duplicate queries. If you are trying to ensure there is alwa
|
|
|
79
79
|
variables: params.variables,
|
|
80
80
|
metadata: params.metadata,
|
|
81
81
|
session: context.session,
|
|
82
|
-
policy: import_types.CachePolicy.CacheOnly
|
|
82
|
+
policy: import_types.CachePolicy.CacheOnly,
|
|
83
|
+
silenceEcho: true
|
|
83
84
|
});
|
|
84
85
|
}
|
|
85
86
|
const request = this.observer.send({
|
|
@@ -49,7 +49,8 @@ This will result in duplicate queries. If you are trying to ensure there is alwa
|
|
|
49
49
|
variables: params.variables,
|
|
50
50
|
metadata: params.metadata,
|
|
51
51
|
session: context.session,
|
|
52
|
-
policy: CachePolicy.CacheOnly
|
|
52
|
+
policy: CachePolicy.CacheOnly,
|
|
53
|
+
silenceEcho: true
|
|
53
54
|
});
|
|
54
55
|
}
|
|
55
56
|
const request = this.observer.send({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-svelte",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.12",
|
|
4
4
|
"description": "The svelte plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"recast": "^0.23.1",
|
|
32
32
|
"svelte": "^3.55.1",
|
|
33
33
|
"vite": "^4.0.4",
|
|
34
|
-
"houdini": "^1.0.0-next.
|
|
34
|
+
"houdini": "^1.0.0-next.12"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"build"
|