提交 d85929d7 编写于 作者: B Bob Van Landuyt

Correct the type of the `MergeRequestResolver`.

This was overridden in the fields where this resolver was used. So
this change is purely cosmetic.
上级 ea891fb3
......@@ -2,7 +2,7 @@ module Resolvers
class MergeRequestResolver < BaseResolver
prepend FullPathResolver
type Types::ProjectType, null: true
type Types::MergeRequestType, null: true
argument :iid, GraphQL::ID_TYPE,
required: true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册