Commit 977c79e1 authored by Sean Arnold's avatar Sean Arnold

Fix Graphql docs generator to include connections

parent 2f64b88d
......@@ -111,7 +111,7 @@ module Gitlab
end
def queries
graphql_operation_types.find { |type| type[:name] == 'Query' }.to_h[:fields]
graphql_operation_types.find { |type| type[:name] == 'Query' }.to_h.values_at(:fields, :connections).flatten
end
# We ignore the built-in enum types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment