Stitching types on mutation responses #7142
-
I have a remote schema. Is there a way to "stitch" return fields of the remote schema to Hasura entities via id's? I want the client to be able to perform mutations via the remote schema, with the ability to query Hasura entities as part of the mutation response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@rocketraman This is immediately a part of the work on the new remote joins roadmap. We're expecting this to land in July! We planned to do this first, before we did database to database remote joins, but realized that the foundation settings required database to database joins first. |
Beta Was this translation helpful? Give feedback.
@rocketraman This is immediately a part of the work on the new remote joins roadmap. We're expecting this to land in July!
Here's the issue you can subscribe to: #5801
We planned to do this first, before we did database to database remote joins, but realized that the foundation settings required database to database joins first.