Currently Hasura allows to create a function with the same name of an existing table and vice-versa. This causes an issue when querying from GraphQL since it will query only from the table and not from the function.