mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +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. |
||
---|---|---|
.. | ||
Diff.hs | ||
Function.hs | ||
Rename.hs | ||
Table.hs |