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

Commit 4a1421a

Browse files
authored
Merge pull request #2503 from atom/schema-update/1597972424116
GraphQL schema update
2 parents 04cffb6 + e028674 commit 4a1421a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

graphql/schema.graphql

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18206,6 +18206,14 @@ type Repository implements Node & ProjectOwner & PackageOwner & Subscribable & S
1820618206
"""Indicates whether the viewer can update the topics of this repository."""
1820718207
viewerCanUpdateTopics: Boolean!
1820818208

18209+
"""The last commit email for the viewer."""
18210+
viewerDefaultCommitEmail: String
18211+
18212+
"""
18213+
The last used merge method by the viewer or the default for the repository.
18214+
"""
18215+
viewerDefaultMergeMethod: PullRequestMergeMethod!
18216+
1820918217
"""
1821018218
Returns a boolean indicating whether the viewing user has starred this starrable.
1821118219
"""
@@ -18216,6 +18224,9 @@ type Repository implements Node & ProjectOwner & PackageOwner & Subscribable & S
1821618224
"""
1821718225
viewerPermission: RepositoryPermission
1821818226

18227+
"""A list of emails this viewer can commit with."""
18228+
viewerPossibleCommitEmails: [String!]
18229+
1821918230
"""
1822018231
Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.
1822118232
"""

0 commit comments

Comments
 (0)