Removing duplicate field from MergeRequestType
This commit is contained in:
parent
75ff4588e6
commit
99c6f73371
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ module Types
|
|||
field :should_be_rebased, GraphQL::BOOLEAN_TYPE, method: :should_be_rebased?, null: false
|
||||
field :rebase_commit_sha, GraphQL::STRING_TYPE, null: true
|
||||
field :rebase_in_progress, GraphQL::BOOLEAN_TYPE, method: :rebase_in_progress?, null: false
|
||||
field :diff_head_sha, GraphQL::STRING_TYPE, null: true
|
||||
field :merge_commit_message, GraphQL::STRING_TYPE, method: :default_merge_commit_message, null: true, deprecation_reason: "Renamed to defaultMergeCommitMessage"
|
||||
field :default_merge_commit_message, GraphQL::STRING_TYPE, null: true
|
||||
field :merge_ongoing, GraphQL::BOOLEAN_TYPE, method: :merge_ongoing?, null: false
|
||||
|
|
Loading…
Reference in a new issue