diff --git a/crates/cmds-std/node-definitions/postgrest/new_rpc.json b/crates/cmds-std/node-definitions/postgrest/new_rpc.json index d33e778c..35f76d2d 100644 --- a/crates/cmds-std/node-definitions/postgrest/new_rpc.json +++ b/crates/cmds-std/node-definitions/postgrest/new_rpc.json @@ -83,7 +83,7 @@ ], "sources": [ { - "name": "quey", + "name": "query", "type": "object", "defaultValue": "", "tooltip": "" @@ -93,8 +93,8 @@ "type": "object", "title": "New RPC", "properties": { - "table": { - "title": "table", + "function": { + "title": "function", "type": "string" } }