hasura / hasura/graphql-engine
Found conflicting definitions issue
Open
k/bug
t/native-dbs
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I've got a series of microservices, with existing database structures etc. I'm trying to add these tables, from multiple databases in Hasura. But I'm getting the following error for one table in particular:
```
Found conflicting definitions for "jobs". The definition at "query_root.models.where.args._eq" differs from the the definition at "query_root.jobs_aggregate.nodes, query_root.jobs_by_pk, query_root.jobs".
```
I'm not entirely sure what this means, I'm not sure what the conflict could be?
Any help greatly appreciated!
Contributor guide
Assessment
This issue has not been assessed yet.