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 a19a1ed commit 80a79c4Copy full SHA for 80a79c4
composables/viewer_call.js
@@ -34,7 +34,7 @@ export function viewer_call(
34
client
35
.getConnection()
36
.getSession()
37
- .call(schema.route, params)
+ .call(schema.rpc, params)
38
.then(
39
(value) => {
40
if (response_function) {
0 commit comments