Cannot use subscriptions when table names colide

I want to use a subscription on a table that i have called “Company” and this table has a relation “hasMany” with other table called “CompanySubscription”. The problem with the “Company” subscription happens when i try to use the filter on it, because the filter is called “CompanySubscriptionFilter” and that name already belongs to a query filter on the “CompanySubscription” table.

This causes the API to throw me an error when i try to use it as i show in the video:

1 Like

Thanks for pointing this out! We’ll see what we can do, though I recommend changing your table names in the short term.

Yes, that is what i had planned, thanks.