tirumaraiselvan / graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control
https://hasura.io
Apache License 2.0
2 stars 0 forks source link

Are the relationship input types really unique #17

Closed tirumaraiselvan closed 5 years ago

tirumaraiselvan commented 5 years ago

MessageWhereInpObj_for_remote_relationship may not be unique if there are two relationships using the same input type object.

tirumaraiselvan commented 5 years ago

The uniqueness will be guaranteed only by the uniqueness of the remote relationship which is basically the tuple (schemaName, tableName, remoteRelationshipName)