Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 21:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-29 21:08:50 +0300
commit860efb35e24e07a1a22bcafcddb5f0409d40354c (patch)
treeff2809b9456a5ebab019731be57d90ea8dbc0677 /tooling/graphql
parent4821e72a016e4559b53b85ef12cb3971864419b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling/graphql')
-rw-r--r--tooling/graphql/docs/renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/graphql/docs/renderer.rb b/tooling/graphql/docs/renderer.rb
index 0c2e8cb3b86..811d5f0f770 100644
--- a/tooling/graphql/docs/renderer.rb
+++ b/tooling/graphql/docs/renderer.rb
@@ -22,7 +22,7 @@ module Tooling
@output_dir = output_dir
@template = template
@layout = Haml::Engine.new(File.read(template))
- @parsed_schema = GraphQLDocs::Parser.new(schema.graphql_definition, {}).parse
+ @parsed_schema = GraphQLDocs::Parser.new(schema, {}).parse
@schema = schema
@seen = Set.new
end