From 5d4528e8c7f39884a2a7486953d7a3d0c067ba2f Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Mon, 6 Nov 2017 14:05:53 +0100 Subject: [PATCH] Add documentation --- Resources/doc/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 1df4b48fa..b8af144e4 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -106,6 +106,9 @@ overblog_graphql: definitions: # disable listener the bundle out of box classLoader use_classloader_listener: false + # change to "false" to disable auto compilation. + # To generate types manually, see "graphql:compile" command. + auto_compile: true # change classes cache dir (recommends using a directory that will be committed) cache_dir: "/my/path/to/my/generated/classes" # Can also change the namespace