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 6141400 commit 4cbdb69Copy full SHA for 4cbdb69
hasura/api.go
@@ -146,7 +146,7 @@ func (api *API) TrackTable(schema, name string) error {
146
"table": name,
147
},
148
}
149
- return api.post("/v1/query", nil, req, nil)
+ return api.post("/v1/metadata", nil, req, nil)
150
151
152
// CreateSelectPermissions - A select permission is used to restrict access to only the specified columns and rows.
0 commit comments