Commit c03f8104 authored by Savas Vedova's avatar Savas Vedova

Apply 1 suggestion(s) to 1 file(s)

parent a57351cf
...@@ -67,8 +67,7 @@ module Types ...@@ -67,8 +67,7 @@ module Types
method: :confirmed_at method: :confirmed_at
field :resolved_at, Types::TimeType, null: true, field :resolved_at, Types::TimeType, null: true,
description: 'Timestamp of when the vulnerability state was changed to resolved', description: 'Timestamp of when the vulnerability state was changed to resolved'
method: :resolved_at
def user_notes_count def user_notes_count
::Gitlab::Graphql::Aggregations::Vulnerabilities::LazyUserNotesCountAggregate.new(context, object) ::Gitlab::Graphql::Aggregations::Vulnerabilities::LazyUserNotesCountAggregate.new(context, object)
......
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