docs : graphql package 설정 설명 주석 추가

This commit is contained in:
banjjoknim
2022-08-02 13:49:58 +09:00
parent 288369de97
commit 33224bb7f2

View File

@@ -1,3 +1,10 @@
# At a minimum, in order for graphql-kotlin-spring-server to automatically configure your GraphQL web server
#
# you need to specify a list of supported packages that can be scanned for exposing your schema objects through reflections.
#
# You can do this through the spring application config or by overriding the SchemaGeneratorConfig bean.
#
# See customization below.
graphql:
packages:
- "com.banjjoknim.graphqlkotlin"