Skip to content

Commit 5b2f5c9

Browse files
davimacedoTomWFox
authored andcommitted
Add GraphQL beta notice (parse-community#5886)
* Add GraphQL beta notice * Add beta notice
1 parent de79d0c commit 5b2f5c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The full documentation for Parse Server is available in the [wiki](https://githu
6262
- [Configuring File Adapters](#configuring-file-adapters)
6363
- [Logging](#logging)
6464
- [Live Queries](#live-queries)
65-
- [GraphQL](#graphql)
65+
- [GraphQL (beta)](#graphql-beta)
6666
- [Upgrading to 3.0.0](#upgrading-to-300)
6767
- [Support](#support)
6868
- [Ride the Bleeding Edge](#want-to-ride-the-bleeding-edge)
@@ -406,10 +406,12 @@ Live queries are meant to be used in real-time reactive applications, where just
406406

407407
Take a look at [Live Query Guide](https://docs.parseplatform.org/parse-server/guide/#live-queries), [Live Query Server Setup Guide](https://docs.parseplatform.org/parse-server/guide/#scalability) and [Live Query Protocol Specification](https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery-Protocol-Specification). You can setup a standalone server or multiple instances for scalability (recommended).
408408

409-
# GraphQL
409+
# GraphQL (beta)
410410

411411
[GraphQL](https://graphql.org/), developed by Facebook, is an open-source data query and manipulation language for APIs. In addition to the traditional REST API, Parse Server automatically generates a GraphQL API based on your current application schema. Parse Server also allows you to define your custom GraphQL queries and mutations, whose resolvers can be bound to your cloud code functions.
412412

413+
⚠️ 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.
414+
413415
## Running
414416

415417
### Using the CLI

0 commit comments

Comments
 (0)