Is there a good way to BatchMapping or use Data Loaders in Spring GraphQL utilising non …

Is there a good way to BatchMapping or use Data Loaders in Spring GraphQL utilising non …

Consider the below minimal GQL schema: type query { appointments: [Appointment!]! } type Appointment { id: ID! job: Job! } …

 

Read More