summaryrefslogtreecommitdiff
path: root/doc/development/api_graphql_styleguide.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-06-18 11:11:58 +0000
committerDouwe Maan <douwe@selenight.nl>2019-06-18 17:35:29 +0200
commit9b3295d34145799abcb659841438a11efb4daafc (patch)
tree53758ca66a07ea319edb42ed36e2c685fa003384 /doc/development/api_graphql_styleguide.md
parent3d4f8c7035e88def3e1f78cd880f4b591de9341e (diff)
downloadgitlab-ce-9b3295d34145799abcb659841438a11efb4daafc.tar.gz
Add Create Deep Dives to development docsdm-add-deep-dives-to-docs-ce
See https://gitlab.com/gitlab-org/create-stage/issues/1 for more context
Diffstat (limited to 'doc/development/api_graphql_styleguide.md')
-rw-r--r--doc/development/api_graphql_styleguide.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/development/api_graphql_styleguide.md b/doc/development/api_graphql_styleguide.md
index 38270af682e..f7f36901fe1 100644
--- a/doc/development/api_graphql_styleguide.md
+++ b/doc/development/api_graphql_styleguide.md
@@ -1,5 +1,15 @@
# GraphQL API
+## Deep Dive
+
+In March 2019, Nick Thomas hosted a [Deep Dive] on GitLab's [GraphQL API] to share his domain specific knowledge with anyone who may work in this part of the code base in the future. You can find the [recording on YouTube], and the slides on [Google Slides] and in [PDF]. Everything covered in this deep dive was accurate as of GitLab 11.9, and while specific details may have changed since then, it should still serve as a good introduction.
+
+[Deep Dive]: https://gitlab.com/gitlab-org/create-stage/issues/1
+[Pull Repository Mirroring functionality]: ../api/graphql/
+[recording on YouTube]: https://www.youtube.com/watch?v=-9L_1MWrjkg
+[Google Slides]: https://docs.google.com/presentation/d/1qOTxpkTdHIp1CRjuTvO-aXg0_rUtzE3ETfLUdnBB5uQ/edit
+[PDF]: https://gitlab.com/gitlab-org/create-stage/uploads/8e78ea7f326b2ef649e7d7d569c26d56/GraphQL_Deep_Dive__Create_.pdf
+
## Authentication
Authentication happens through the `GraphqlController`, right now this
@@ -486,4 +496,4 @@ it 'returns a successful response' do
expect(response).to have_gitlab_http_status(:success)
expect(graphql_mutation_response(:merge_request_set_wip)['errors']).to be_empty
end
-```
+``` \ No newline at end of file