Skip to content

Commit 5c3771a

Browse files
committed
DOC Remove GraphQL
1 parent a42bf05 commit 5c3771a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+13
-5076
lines changed

en/00_Getting_Started/00_Server_Requirements.md

-15
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ also needs write access for the webserver user to the following locations:
9090
[Manifests](/developer_guides/execution_pipeline/manifests), [Object Caching](/developer_guides/performance/caching)
9191
and [Partial Template Caching](/developer_guides/templates/partial_template_caching).
9292
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.
10093

10194
If you aren't explicitly [packaging](#building-packaging-deployment)
10295
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
169162
- `public/_resources/`: Frontend resources copied from the (inaccessible) `vendor/` folder
170163
via [silverstripe/vendor-plugin](https://github.com/silverstripe/vendor-plugin).
171164
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).
180165

181166
### Web worker concurrency
182167

en/02_Developer_Guides/19_GraphQL/01_getting_started/01_activating_the_server.md

-67
This file was deleted.

0 commit comments

Comments
 (0)