We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@nizar-m Can you also describe the remote schema and the remote relationship to see this?
Sorry, something went wrong.
Let us say we have author ---remote arr_rel--> remote_articles ---obj_rel--> publisher . This should throw an error
author ---remote arr_rel--> remote_articles ---obj_rel--> publisher
type: create_remote_relationship args: name: nestedPublisher table: author hasura_fields: - id - publisher_ids remote_schema: remote_articles remote_field: articles: arguments: author_id : $id field: publisher: arguments: where: publisher_id: _in: $publisher_ids
So should be this local ---remote obj_rel--> remote_field ---arr_rel--> remote_sub_field ---obj_rel--> remote_leaf
local ---remote obj_rel--> remote_field ---arr_rel--> remote_sub_field ---obj_rel--> remote_leaf
The last relationship can be an object or array relationship. But all the in between ones should be object relationships.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: