diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-29 18:08:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-29 18:08:50 +0000 |
commit | 860efb35e24e07a1a22bcafcddb5f0409d40354c (patch) | |
tree | ff2809b9456a5ebab019731be57d90ea8dbc0677 /tooling | |
parent | 4821e72a016e4559b53b85ef12cb3971864419b0 (diff) | |
download | gitlab-ce-860efb35e24e07a1a22bcafcddb5f0409d40354c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r-- | tooling/graphql/docs/renderer.rb | 2 |
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 |