BenNeighbour

Results 22 comments of BenNeighbour

Also my build.gradle dependency for this is: implementation "io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.6"

This is a duplicate of [this issue](https://github.com/leangen/graphql-spqr-spring-boot-starter/issues/107) - trying to get more traction as I've tried everything to make it work...

Also my ```build.gradle``` dependency for this is: ```implementation "io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.6"```

@kaqqao Yeah will do. I'm just on their official GitHub Docs trynna find out some useful info about null handing. I did end up fixing it about 2 days ago...

I mean, it's A solution - but I wouldn't want to settle on this for both Code Quality and performance

Because it's never "too bad" for ```@OneToOne``` relationships, it only becomes a problem when you have any ```@OneToMany``` or ```@ManyToOne```'s that you wanna eliminate N+1 for (which why wouldn't you),...

But won't using their latest release conflict with the peer dependency of your SPQR Starter?

Doesn't that value get passed down during the saga though?