From f58a1bdb0e6a9b308509c7576431cade7d9d65b4 Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Tue, 5 Sep 2017 15:49:17 -0400 Subject: [PATCH] Provide context for people wondering what happened. --- doc/api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/README.md b/doc/api/README.md index d3b7c9e6ef1..357248cdaf1 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -59,6 +59,10 @@ following locations: - [V3 to V4](v3_to_v4.md) - [Version](version.md) +## Road to GraphQL + +After reviewing the GraphQL license, we have changed our plans to move our API to GraphQL. Anything related to the Facebook BSD plus patent license will not be allowed at GitLab. + ## Basic usage API requests should be prefixed with `api` and the API version. The API version -- GitLab