-
Notifications
You must be signed in to change notification settings - Fork 77
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
Example with a database and graphql #89
Comments
The returned value from the conversion from the database too would be nice to understand. I see a for casting one type to another but idk if the mapped result with a repository with id as keys and entities as values are an obligatory approach. |
taking advantage of the thread may I ask too why in my application it is asking 5 as a string in this codeline
|
just found out that was the same type of my key, uuid. that's why |
could you provide a simple example with any database using the IN clause?
I'm new to dataloader so I'm mostly deducing keys are each id that the resolver provides but I'm not sure.
Thank you
The text was updated successfully, but these errors were encountered: