From a00f7d68df112384786f059b0de448ac419404bb Mon Sep 17 00:00:00 2001 From: Toon Claes <toon@gitlab.com> Date: Thu, 17 Sep 2020 10:34:19 +0200 Subject: [PATCH] Note GraphQL docs need update too When adding fields to the GraphQL endpoint, you'll need to add them to the docs as well. So mention the developer should run the designated rake task for that. --- doc/development/geo/framework.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/development/geo/framework.md b/doc/development/geo/framework.md index b720a6ca47e..923ef1b6079 100644 --- a/doc/development/geo/framework.md +++ b/doc/development/geo/framework.md @@ -676,6 +676,12 @@ the Admin Area UI, and Prometheus! } ``` +1. Update the GraphQL reference documentation: + + ```shell + bundle exec rake gitlab:graphql:compile_docs + ``` + Individual widget synchronization and verification data should now be available via the GraphQL API! -- 2.30.9