Skip to content
New issue

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

Feedback for “Type Merging Transform” #6995

Open
jasonseminara opened this issue May 20, 2024 · 1 comment
Open

Feedback for “Type Merging Transform” #6995

jasonseminara opened this issue May 20, 2024 · 1 comment

Comments

@jasonseminara
Copy link
Contributor

jasonseminara commented May 20, 2024

This tool seems incredibly powerful, but I'm having a hard time putting all the pieces together. Say I have a CompanyService that returns a Company[] (pk on CompanyID).

If I have an Employee.companyID, how do I "join" the Employee to the Company?

@ardatan
Copy link
Owner

ardatan commented May 21, 2024

Type Merging Transform is for merging the same type from different sources;
Employee is a different type than Company, right?
Have you checked this?
https://the-guild.dev/graphql/mesh/docs/getting-started/combine-multiple-sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants