leangen / graphql-spqr-spring-boot-starter

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

Providing Configurer #118

Open 3jin-p opened 2 years ago

3jin-p commented 2 years ago

When using Kotlin, the schema build error for Companion Object continued to occur, and it was resolved by searching the source code and registering a custom InclusionStrategy as a bean.

In this way, I hope that a configurer that can be easily customized without having to dig through the code is provided.