diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-07 09:08:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-07 09:08:35 +0000 |
commit | 6b8af95df6c5702343c32ae266b0eb35e06d0546 (patch) | |
tree | 400c0cf36de7be6737ed18d537f8c74e69b604cd /doc/development/api_graphql_styleguide.md | |
parent | 7c33a59ac3b716b38baffbfe5c7f15e8104f3c6f (diff) | |
download | gitlab-ce-6b8af95df6c5702343c32ae266b0eb35e06d0546.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/api_graphql_styleguide.md')
-rw-r--r-- | doc/development/api_graphql_styleguide.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/api_graphql_styleguide.md b/doc/development/api_graphql_styleguide.md index 75ab8359d0e..c12b66a94a7 100644 --- a/doc/development/api_graphql_styleguide.md +++ b/doc/development/api_graphql_styleguide.md @@ -68,9 +68,7 @@ Complexity is explained [on our client-facing API page](../api/graphql/index.md# Fields default to adding `1` to a query's complexity score, but developers can [specify a custom complexity](#field-complexity) when defining a field. -To estimate the complexity of a query, you can run the -[`gitlab:graphql:analyze`](rake_tasks.md#analyze-graphql-queries) -Rake task. +The complexity score of a query [can itself be queried for](../api/graphql/getting_started.md#query-complexity). ### Request timeout |