Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Remove recommendation for GraphQL #555

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions en/02_Developer_Guides/19_GraphQL/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Silverstripe CMS GraphQL server

GraphQL is the content API layer for Silverstripe CMS. It is the
recommended way of getting data in and out of the content management
system.
GraphQL can be used as a content API layer for Silverstripe CMS to get data in and out of the content management system.

> [!CAUTION]
> GraphQL is being removed from the admin section in CMS 6.0, so any customisations made
> to the `admin` schema will no longer work.
> GraphQL will still be available as an optional module in CMS 6.0 and still be used to create frontend schemas i.e. the `default` schema.

For more information on GraphQL in general, visit its [documentation site](https://graphql.org).

Expand Down
Loading