From 8270b15022e825ee945a9c6dec0f1e2e2303684f Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Sat, 31 Aug 2024 09:34:50 -0700 Subject: [PATCH] GraphQL schema update (#52176) Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com> --- src/graphql/data/fpt/schema.docs.graphql | 2 +- src/graphql/data/fpt/schema.json | 2 +- src/graphql/data/ghec/schema.docs.graphql | 2 +- src/graphql/data/ghec/schema.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 71a5cfe915c7..57ae80b147c9 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -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( """ diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index d9c71472b7cc..984b9008a3e8 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -49896,7 +49896,7 @@ }, { "name": "closingIssuesReferences", - "description": "

List of issues that were may be closed by this pull request.

", + "description": "

List of issues that may be closed by this pull request.

", "type": "IssueConnection", "id": "issueconnection", "kind": "objects", diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 71a5cfe915c7..57ae80b147c9 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -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( """ diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index d9c71472b7cc..984b9008a3e8 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -49896,7 +49896,7 @@ }, { "name": "closingIssuesReferences", - "description": "

List of issues that were may be closed by this pull request.

", + "description": "

List of issues that may be closed by this pull request.

", "type": "IssueConnection", "id": "issueconnection", "kind": "objects",