@@ -90,13 +90,6 @@ also needs write access for the webserver user to the following locations:
90
90
[Manifests](/developer_guides/execution_pipeline/manifests), [Object Caching](/developer_guides/performance/caching)
91
91
and [Partial Template Caching](/developer_guides/templates/partial_template_caching).
92
92
See [Environment Management](/getting_started/environment_management).
93
- - `.graphql-generated` : silverstripe/graphql uses this directory. This is where your schema is
94
- stored once it [has been built](/developer_guides/graphql/getting_started/building_the_schema). Best practice
95
- is to create it ahead of time, but if the directory doesn't exist and your project root is writable, the GraphQL
96
- module will create it for you.
97
- - `public/_graphql` : silverstripe/graphql uses this directory. It's used for
98
- [schema introspection](/developer_guides/graphql/tips_and_tricks#schema-introspection). You should treat this folder
99
- the same way you treat the `.graphql-generated` folder.
100
93
101
94
If you aren't explicitly [packaging](#building-packaging-deployment)
102
95
your Silverstripe CMS project during your deployment process, additional write access may be required to generate supporting
@@ -169,14 +162,6 @@ noisy, here's some pointers for auto-generated files to trigger and include in a
169
162
- `public/_resources/` : Frontend resources copied from the (inaccessible) `vendor/` folder
170
163
via [silverstripe/vendor-plugin](https://github.com/silverstripe/vendor-plugin).
171
164
See [Templates : Requirements](/developer_guides/templates/requirements#exposing-resources-webroot).
172
- - `.graphql-generated/` and `public/_graphql/` : Schema and type definitions required by CMS and any GraphQL API endpoint.
173
- Generated by
174
- [silverstripe/graphql](https://github.com/silverstripe/silverstripe-graphql). See
175
- [building the schema](/developer_guides/graphql/getting_started/building_the_schema) and
176
- [deploying the schema](/developer_guides/graphql/getting_started/deploying_the_schema).
177
- - Various recipes create default files in `app/` and `public/` on `composer install`
178
- and `composer update` via
179
- [silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin).
180
165
181
166
# ## Web worker concurrency
182
167
0 commit comments