You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+142Lines changed: 142 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,148 @@ Live queries are meant to be used in real-time reactive applications, where just
356
356
357
357
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).
358
358
359
+
# GraphQL
360
+
361
+
[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 learned from the first object that you created and now you have the `GameScore` class in your schema. You can now start using the automatically generated operations!
Please look at the right side of your GraphQL Playground. You will see `DOCS` and `SCHEMA` version that are automatically generated based on your application schema. Please refer to them and learn about everything you can do with your Parse GraphQL API.
498
+
499
+
Additionally, the [GraphQL Docs](https://graphql.org/learn/) is a very good source to start learning about the power of the GraphQL language.
500
+
359
501
# Upgrading to 3.0.0
360
502
361
503
Starting 3.0.0, parse-server uses the JS SDK version 2.0.
0 commit comments