Skip to content

Commit 4cbdb69

Browse files
committed
Fix track table query
1 parent 6141400 commit 4cbdb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hasura/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (api *API) TrackTable(schema, name string) error {
146146
"table": name,
147147
},
148148
}
149-
return api.post("/v1/query", nil, req, nil)
149+
return api.post("/v1/metadata", nil, req, nil)
150150
}
151151

152152
// CreateSelectPermissions - A select permission is used to restrict access to only the specified columns and rows.

0 commit comments

Comments
 (0)