Skip to content

Commit 562e916

Browse files
davimacedoTomWFox
authored andcommitted
Add beta notice to the GraphQL Guide (#659)
* Add beta notice to the GraphQL Guide * Add beta notice
1 parent 710653a commit 562e916

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

_includes/graphql/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongo
1313
Notes:
1414
* Run `parse-server --help` or refer to [Parse Server Options](https://parseplatform.org/parse-server/api/master/ParseServerOptions.html) for a complete list of Parse Server configuration options.
1515
* ⚠️ Please do not use `--mountPlayground` option in production as anyone could access your API Playground and read or change your application's data. [Parse Dashboard](#running-parse-dashboard) has a built-in GraphQL Playground and it is the recommended option for production apps.
16+
* ⚠️ The Parse GraphQL ```beta``` implementation is fully functional but discussions are taking place on how to improve it. So new versions of Parse Server can bring breaking changes to the current API.
1617

1718
After running the CLI command, you should have something like this in your terminal:
1819

graphql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /graphql/guide/
44
layout: guide
55
platform: graphql
66
language: graphql
7-
display_platform: GraphQL
7+
display_platform: GraphQL (beta)
88

99
redirect_from:
1010
- /graphql/

package-lock.json

+30-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)