Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7818d57

Browse files
committed
⬆️ GraphQL schema
1 parent 2774baa commit 7818d57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

graphql/schema.graphql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13863,6 +13863,18 @@ type PullRequest implements Node & Assignable & Closable & Comment & Updatable &
1386313863
"""Did the viewer author this comment."""
1386413864
viewerDidAuthor: Boolean!
1386513865

13866+
"""The merge body text for the viewer and method."""
13867+
viewerMergeBodyText(
13868+
"""The merge method for the message."""
13869+
mergeType: PullRequestMergeMethod
13870+
): String!
13871+
13872+
"""The merge headline text for the viewer and method."""
13873+
viewerMergeHeadlineText(
13874+
"""The merge method for the message."""
13875+
mergeType: PullRequestMergeMethod
13876+
): String!
13877+
1386613878
"""
1386713879
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
1386813880
"""

0 commit comments

Comments
 (0)