Replies: 1 comment 6 replies
-
Hi @mddheeraj I'm not sure if I understand this correctly :) Can you write a graphql query / json response to show what you exactly mean? :) Like query Foo
{
users { # collection a
addresses { #collection n
street
}
}
} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are implementing a GraphQL server that needs to get data from MongoDB from the backend. We found that hot chocolate has released a NuGet which supports MongoDB which is really helpful.
The documentation shows querying a single collection but we need to query more than one collection.
Do you have sample documentation to query more than one collection and return results from two collections, like joining two tables?
Thank You,
Dheeraj
Beta Was this translation helpful? Give feedback.
All reactions