Skip to content
Snippets Groups Projects

Add several backend filters to the Vue version of the merge request list

All threads resolved!
15 files
+ 1071
103
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -41,7 +41,7 @@ def self.accept_reviewer
argument :merged_by, GraphQL::Types::String,
required: false,
as: :merge_user_username,
description: 'Username of the merging user.'
description: 'Username of the merger.'
argument :my_reaction_emoji, GraphQL::Types::String,
required: false,
Loading