2020-10-20 10:56:17 +13:00
|
|
|
# Silverstripe CMS GraphQL server
|
2020-02-25 18:36:31 +13:00
|
|
|
|
2020-10-20 10:56:17 +13:00
|
|
|
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.
|
2020-02-25 18:36:31 +13:00
|
|
|
|
2022-06-08 17:23:48 +12:00
|
|
|
For more information on GraphQL in general, visit its [documentation site](https://graphql.org).
|
2020-02-25 18:36:31 +13:00
|
|
|
|
2022-06-28 16:27:06 +12:00
|
|
|
[info]
|
|
|
|
You are viewing docs for silverstripe/graphql 4.x.
|
|
|
|
If you are using 3.x, documentation can be found
|
|
|
|
[in the github repository](https://github.com/silverstripe/silverstripe-graphql/tree/3)
|
|
|
|
[/info]
|
2022-06-08 17:23:48 +12:00
|
|
|
|
|
|
|
[CHILDREN includeFolders]
|