From 33224bb7f280e29ca3559c639e32513dabb618dc Mon Sep 17 00:00:00 2001 From: banjjoknim Date: Tue, 2 Aug 2022 13:49:58 +0900 Subject: [PATCH] =?UTF-8?q?docs=20:=20graphql=20package=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=84=A4=EB=AA=85=20=EC=A3=BC=EC=84=9D=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../graphql-kotlin/src/main/resources/application.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/놀이터(예제 코드 작성)/graphql-kotlin/src/main/resources/application.yaml b/놀이터(예제 코드 작성)/graphql-kotlin/src/main/resources/application.yaml index 9ce7d70..aa0c723 100644 --- a/놀이터(예제 코드 작성)/graphql-kotlin/src/main/resources/application.yaml +++ b/놀이터(예제 코드 작성)/graphql-kotlin/src/main/resources/application.yaml @@ -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"