From 5b2f5c9c28e78ff6f3c243f250b034f1e2e39c53 Mon Sep 17 00:00:00 2001 From: Antonio Davi Macedo Coelho de Castro Date: Wed, 7 Aug 2019 02:48:29 -0700 Subject: [PATCH] Add GraphQL beta notice (#5886) * Add GraphQL beta notice * Add beta notice --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ad94de310..3642fc7acf 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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