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