fix(console): warnings for un-exported actions in TableReducer

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5437
GitOrigin-RevId: 7eedfd8450660d20ada2ac238a5557b41c3decb9
This commit is contained in:
Vijay Prasanna 2022-08-11 11:02:39 +05:30 committed by hasura-bot
parent 4d9aa3a78d
commit c3545f7a89

View File

@ -2312,6 +2312,9 @@ export {
MODIFY_ROOT_FIELD,
SET_CHECK_CONSTRAINTS,
MODIFY_TABLE_CUSTOM_NAME,
TOGGLE_APOLLO_FEDERATION,
TOGGLE_APOLLO_FEDERATION_SUCCESS,
TOGGLE_APOLLO_FEDERATION_FAILURE,
changeTableName,
fetchViewDefinition,
handleMigrationErrors,