Commit d206225e authored by Stan Hu's avatar Stan Hu

Merge branch 'remove-graph-ql' into 'master'

Remove GraphQL from future plans.

See merge request !14060
parents b8b49938 a728e4d7
...@@ -61,16 +61,7 @@ following locations: ...@@ -61,16 +61,7 @@ following locations:
## Road to GraphQL ## Road to GraphQL
Going forward, we will start on moving to We have changed our plans to move to GraphQL. After reviewing the GraphQL license, anything related to the Facebook BSD plus patent license will not be allowed at GitLab.
[GraphQL](http://graphql.org/learn/best-practices/) and deprecate the use of
controller-specific endpoints. GraphQL has a number of benefits:
1. We avoid having to maintain two different APIs.
2. Callers of the API can request only what they need.
3. It is versioned by default.
It will co-exist with the current v4 REST API. If we have a v5 API, this should
be a compatibility layer on top of GraphQL.
## Basic usage ## Basic usage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment