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
+8
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ From the official page of [GraphQL](http://graphql.org/):
20
20
21
21
- 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.
22
22
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
+
23
31
## Installing Plugin
24
32
25
33
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