Skip to content
Snippets Groups Projects
Commit d85929d7 authored by Bob Van Landuyt's avatar Bob Van Landuyt
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment