mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-20 22:11:45 +03:00
605f8633f3
Currently, we allow tracking of a table with the same name as an already tracked function, and vice-versa. This causes an issue when querying from GraphQL since it will only query the table and not the function. I've made changes to disallow this by throwing an error. |
||
---|---|---|
.. | ||
setup.yaml | ||
teardown.yaml | ||
track_function_table_same_name.yaml | ||
track_table_function_same_name.yaml | ||
track_untrack_table_as_not_admin_error.yaml | ||
track_untrack_table_deps.yaml | ||
track_untrack_table_non_public_schema.yaml | ||
track_untrack_table.yaml |