We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3657b7 commit 5d4528eCopy full SHA for 5d4528e
Resources/doc/index.md
@@ -106,6 +106,9 @@ overblog_graphql:
106
definitions:
107
# disable listener the bundle out of box classLoader
108
use_classloader_listener: false
109
+ # change to "false" to disable auto compilation.
110
+ # To generate types manually, see "graphql:compile" command.
111
+ auto_compile: true
112
# change classes cache dir (recommends using a directory that will be committed)
113
cache_dir: "/my/path/to/my/generated/classes"
114
# Can also change the namespace
0 commit comments