-
Notifications
You must be signed in to change notification settings - Fork 128
Example with "Microservice" and DataLoader #43
Description
Hi @arey and all!
I created another variation of the spring-petclinic-graphql example, that I needed for trainings and other demonstrations.
This version uses a second backend "micro service" (for managing Vets) that can be used to demonstrate working of DataLoaders when collecting data for a GraphQL response from other remote services.
Everything else is almost the same as in our current example. Do you think I should merge the "new" example to this repository? I think it's a more realistic example with two backend services and it's also important to have a DataLoader example.
You can find my repo here: https://github.com/nilshartmann/spring-petclinic-graphql-microservice
If interessted, I would merge that back into this repo.
Thanks,
Nils