From 32b80c5a99f3dfb7570401cb28a0b06bb555dbfa Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Thu, 2 Dec 2021 10:53:28 +1300 Subject: [PATCH] DOCS: Add clearer instructions for prerelease installation --- .../19_GraphQL/01_getting_started/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md index c84ff74cecf..22aef977779 100644 --- a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md +++ b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md @@ -9,6 +9,17 @@ icon: rocket This section of the documentation will give you an overview of how to get a simple GraphQL API up and running with some dataobject content. +## Installing on recipe/cms < 4.11 + +The 4.9 and 4.10 releases of `recipe/cms` support both versions `3` and `4.0.0-alpha` versions of this module. Using the alpha (or beta) releases requires aliasing the module. + +``` +$ composer require silverstripe/graphql "4.0.0-alpha3 as 3.6.0" -W +``` + +**Note*: Update `alpha3` to whatever the latest alpha or beta release is, e.g. `alpha4` or `beta2`. + + [alert] You are viewing docs for a pre-release version of silverstripe/graphql (4.x). Help us improve it by joining #graphql on the [Community Slack](https://www.silverstripe.org/blog/community-slack-channel/),