thunder
thunder copied to clipboard
Batching SQL queries with GORM
Hello everyone!
I'm using thunder as a GraphQL server for a personal project and I would like to prevent gorm from preloading everything especially when it does not have to.
I saw the batching example with sqlgen
and livesql
but it does not seem to work with GORM.
Can anyone give me an example of how to do this with GORM?
Thank you for your help 😃
Seems related to #200 and #335, although there hasn't been any activity on either of those issues.