Commit dc84ba2a authored by Sean Arnold's avatar Sean Arnold

Update schema file

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