Skip to content

Commit

Permalink
GraphQL schema update (#52176)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Aug 31, 2024
1 parent 1d8c965 commit 8270b15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
closedAt: DateTime

"""
List of issues that were may be closed by this pull request
List of issues that may be closed by this pull request
"""
closingIssuesReferences(
"""
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49896,7 +49896,7 @@
},
{
"name": "closingIssuesReferences",
"description": "<p>List of issues that were may be closed by this pull request.</p>",
"description": "<p>List of issues that may be closed by this pull request.</p>",
"type": "IssueConnection",
"id": "issueconnection",
"kind": "objects",
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36513,7 +36513,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
closedAt: DateTime

"""
List of issues that were may be closed by this pull request
List of issues that may be closed by this pull request
"""
closingIssuesReferences(
"""
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49896,7 +49896,7 @@
},
{
"name": "closingIssuesReferences",
"description": "<p>List of issues that were may be closed by this pull request.</p>",
"description": "<p>List of issues that may be closed by this pull request.</p>",
"type": "IssueConnection",
"id": "issueconnection",
"kind": "objects",
Expand Down

0 comments on commit 8270b15

Please sign in to comment.