leangen / graphql-spqr-spring-boot-starter

Spring Boot 2 starter powered by GraphQL SPQR
Apache License 2.0
275 stars 68 forks source link

Allow spring data repositories to be exposed through GraphQL. #115

Open cgenrich opened 2 years ago

cgenrich commented 2 years ago

The Spring Boot version is updated. See README changes for details about the new features added by this PR.

BaseAutoConfiguration.java defaultPublicResolverBuilder() was unable to determine the correct beanType for autogenerated repositories without this change.