Commit dc84ba2a authored by Sean Arnold's avatar Sean Arnold

Update schema file

parent 40d56412
......@@ -3,7 +3,7 @@
module Types
class IssueStatusCountsType < BaseObject
graphql_name 'IssueStatusCountsType'
description "Represents total number of issues for the represented statuses"
description "Represents total number of issues for the represented statuses."
authorize :read_issue
......
......@@ -7253,7 +7253,7 @@ enum IssueState {
}
"""
Represents total number of issues for the represented statuses
Represents total number of issues for the represented statuses.
"""
type IssueStatusCountsType {
"""
......
......@@ -20004,7 +20004,7 @@
{
"kind": "OBJECT",
"name": "IssueStatusCountsType",
"description": "Represents total number of issues for the represented statuses",
"description": "Represents total number of issues for the represented statuses.",
"fields": [
{
"name": "all",
......@@ -1106,7 +1106,7 @@ Autogenerated return type of IssueSetWeight
## IssueStatusCountsType
Represents total number of issues for the represented statuses
Represents total number of issues for the represented statuses.
| Name | Type | Description |
| --- | ---- | ---------- |
......
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