Skip to content

Commit

Permalink
Add GraphQL beta notice (parse-community#5886)
Browse files Browse the repository at this point in the history
* Add GraphQL beta notice

* Add beta notice
  • Loading branch information
davimacedo authored and TomWFox committed Aug 7, 2019
1 parent de79d0c commit 5b2f5c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The full documentation for Parse Server is available in the [wiki](https://githu
- [Configuring File Adapters](#configuring-file-adapters)
- [Logging](#logging)
- [Live Queries](#live-queries)
- [GraphQL](#graphql)
- [GraphQL (beta)](#graphql-beta)
- [Upgrading to 3.0.0](#upgrading-to-300)
- [Support](#support)
- [Ride the Bleeding Edge](#want-to-ride-the-bleeding-edge)
Expand Down Expand Up @@ -406,10 +406,12 @@ Live queries are meant to be used in real-time reactive applications, where just

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).

# GraphQL
# GraphQL (beta)

[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.

⚠️ 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.

## Running

### Using the CLI
Expand Down

0 comments on commit 5b2f5c9

Please sign in to comment.