Commit 5a73a464 authored by Savas Vedova's avatar Savas Vedova

Update GraphQL schema documentation

parent dcf361e7
...@@ -25748,7 +25748,7 @@ type Vulnerability implements Noteable { ...@@ -25748,7 +25748,7 @@ type Vulnerability implements Noteable {
dismissedAt: Time dismissedAt: Time
""" """
The user that dismissed the vulnerability The user that dismissed the vulnerability.
""" """
dismissedBy: User dismissedBy: User
......
...@@ -74718,7 +74718,7 @@ ...@@ -74718,7 +74718,7 @@
}, },
{ {
"name": "dismissedBy", "name": "dismissedBy",
"description": "The user that dismissed the vulnerability", "description": "The user that dismissed the vulnerability.",
"args": [ "args": [
], ],
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