Commit d85929d7 authored by Bob Van Landuyt's avatar 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.
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment