Skip to content

Commit 3f8aa2b

Browse files
authored
Update README.md
1 parent 21fe3d7 commit 3f8aa2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ From the official page of [GraphQL](http://graphql.org/):
2020

2121
- Addition of new fields and business logic will be cumbersome in REST services. You need to maintain multiple versions of API. In GraphQL you can add new fields and logics without impacting existing logic.
2222

23+
Other significant features are:
24+
25+
- Single Client endpoint.
26+
27+
- Simple and composable API: GraphQL Query Language avoids REST endpoints explosion.
28+
29+
- Self-documented: via in-browser IDE GraphiQL.
30+
2331
## Installing Plugin
2432

2533
This is like any other Oxwall plugin and you can upload to *ow_plugins* folder either via ftp or via Cpanel UI or Oxwall Admin page. Once installed you can access the GraphQL endpoint in http://your-site.com/graphql.

0 commit comments

Comments
 (0)