Skip to content

Commit 457c331

Browse files
authored
Update github.graphql
1 parent 2d0720c commit 457c331

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

schema/github.graphql

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# source: https://api.github.com/graphql
2-
# timestamp: Thu Apr 05 2018 23:11:12 GMT+0200 (CEST)
3-
41
"""Autogenerated input type of AcceptTopicSuggestion"""
52
input AcceptTopicSuggestionInput {
63
"""A unique identifier for the client performing the mutation."""
@@ -356,7 +353,7 @@ type BlameRange {
356353
}
357354

358355
"""Represents a Git blob."""
359-
type Blob implements Node, GitObject {
356+
type Blob implements Node & GitObject {
360357
"""An abbreviated version of the Git object ID"""
361358
abbreviatedOid: String!
362359

@@ -387,7 +384,7 @@ type Blob implements Node, GitObject {
387384
}
388385

389386
"""A special type of user which takes actions on behalf of GitHub Apps."""
390-
type Bot implements Node, Actor, UniformResourceLocatable {
387+
type Bot implements Node & Actor & UniformResourceLocatable {
391388
"""A URL pointing to the GitHub App's public avatar."""
392389
avatarUrl(
393390
"""The size of the resulting square image."""
@@ -598,7 +595,7 @@ type CommentDeletedEvent implements Node {
598595
}
599596

600597
"""Represents a Git commit."""
601-
type Commit implements Node, GitObject, Subscribable {
598+
type Commit implements Node & GitObject & Subscribable {
602599
"""An abbreviated version of the Git object ID"""
603600
abbreviatedOid: String!
604601

@@ -800,7 +797,7 @@ input CommitAuthor {
800797
}
801798

802799
"""Represents a comment on a given Commit."""
803-
type CommitComment implements Node, Comment, Deletable, Updatable, UpdatableComment, Reactable, RepositoryNode {
800+
type CommitComment implements Node & Comment & Deletable & Updatable & UpdatableComment & Reactable & RepositoryNode {
804801
"""The actor who authored the comment."""
805802
author: Actor
806803

@@ -946,7 +943,7 @@ type CommitCommentEdge {
946943
}
947944

948945
"""A thread of comments on a commit."""
949-
type CommitCommentThread implements Node, RepositoryNode {
946+
type CommitCommentThread implements Node & RepositoryNode {
950947
"""The comments that exist in this thread."""
951948
comments(
952949
"""Returns the first _n_ elements from the list."""
@@ -1058,7 +1055,7 @@ type CreateProjectPayload {
10581055
}
10591056

10601057
"""Represents a mention made by one issue or pull request to another."""
1061-
type CrossReferencedEvent implements Node, UniformResourceLocatable {
1058+
type CrossReferencedEvent implements Node & UniformResourceLocatable {
10621059
"""Identifies the actor who performed the event."""
10631060
actor: Actor
10641061

@@ -1587,7 +1584,7 @@ type FollowingConnection {
15871584
}
15881585

15891586
"""A Gist."""
1590-
type Gist implements Node, Starrable {
1587+
type Gist implements Node & Starrable {
15911588
"""A list of comments associated with the gist"""
15921589
comments(
15931590
"""Returns the first _n_ elements from the list."""
@@ -1658,7 +1655,7 @@ type Gist implements Node, Starrable {
16581655
}
16591656

16601657
"""Represents a comment on an Gist."""
1661-
type GistComment implements Node, Comment, Deletable, Updatable, UpdatableComment {
1658+
type GistComment implements Node & Comment & Deletable & Updatable & UpdatableComment {
16621659
"""The actor who authored the comment."""
16631660
author: Actor
16641661

@@ -2062,7 +2059,7 @@ scalar HTML
20622059
"""
20632060
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
20642061
"""
2065-
type Issue implements Node, Assignable, Closable, Comment, Updatable, UpdatableComment, Labelable, Lockable, Reactable, RepositoryNode, Subscribable, UniformResourceLocatable {
2062+
type Issue implements Node & Assignable & Closable & Comment & Updatable & UpdatableComment & Labelable & Lockable & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable {
20662063
"""Reason that the conversation was locked."""
20672064
activeLockReason: LockReason
20682065

@@ -2323,7 +2320,7 @@ type Issue implements Node, Assignable, Closable, Comment, Updatable, UpdatableC
23232320
}
23242321

23252322
"""Represents a comment on an Issue."""
2326-
type IssueComment implements Node, Comment, Deletable, Updatable, UpdatableComment, Reactable, RepositoryNode {
2323+
type IssueComment implements Node & Comment & Deletable & Updatable & UpdatableComment & Reactable & RepositoryNode {
23272324
"""The actor who authored the comment."""
23282325
author: Actor
23292326

@@ -3154,7 +3151,7 @@ enum MergeableState {
31543151
}
31553152

31563153
"""Represents a 'merged' event on a given pull request."""
3157-
type MergedEvent implements Node, UniformResourceLocatable {
3154+
type MergedEvent implements Node & UniformResourceLocatable {
31583155
"""Identifies the actor who performed the event."""
31593156
actor: Actor
31603157

@@ -3182,7 +3179,7 @@ type MergedEvent implements Node, UniformResourceLocatable {
31823179
}
31833180

31843181
"""Represents a Milestone object on a given repository."""
3185-
type Milestone implements Node, Closable, UniformResourceLocatable {
3182+
type Milestone implements Node & Closable & UniformResourceLocatable {
31863183
"""
31873184
`true` if the object is closed (definition of closed may depend on type)
31883185
"""
@@ -3547,7 +3544,7 @@ enum OrderDirection {
35473544
"""
35483545
An account on GitHub, with one or more owners, that has repositories, members and teams.
35493546
"""
3550-
type Organization implements Node, Actor, ProjectOwner, RepositoryOwner, UniformResourceLocatable {
3547+
type Organization implements Node & Actor & ProjectOwner & RepositoryOwner & UniformResourceLocatable {
35513548
"""A URL pointing to the organization's public avatar."""
35523549
avatarUrl(
35533550
"""The size of the resulting square image."""
@@ -3966,7 +3963,7 @@ type PageInfo {
39663963
"""
39673964
Projects manage issues, pull requests and notes within a project owner.
39683965
"""
3969-
type Project implements Node, Closable, Updatable {
3966+
type Project implements Node & Closable & Updatable {
39703967
"""The project's description body."""
39713968
body: String
39723969

@@ -4447,7 +4444,7 @@ type PublicKeyEdge {
44474444
}
44484445

44494446
"""A repository pull request."""
4450-
type PullRequest implements Node, Assignable, Closable, Comment, Updatable, UpdatableComment, Labelable, Lockable, Reactable, RepositoryNode, Subscribable, UniformResourceLocatable {
4447+
type PullRequest implements Node & Assignable & Closable & Comment & Updatable & UpdatableComment & Labelable & Lockable & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable {
44514448
"""Reason that the conversation was locked."""
44524449
activeLockReason: LockReason
44534450

@@ -4854,7 +4851,7 @@ type PullRequest implements Node, Assignable, Closable, Comment, Updatable, Upda
48544851
}
48554852

48564853
"""Represents a Git commit part of a pull request."""
4857-
type PullRequestCommit implements Node, UniformResourceLocatable {
4854+
type PullRequestCommit implements Node & UniformResourceLocatable {
48584855
"""The Git commit object"""
48594856
commit: Commit!
48604857
id: ID!
@@ -4930,7 +4927,7 @@ enum PullRequestPubSubTopic {
49304927
}
49314928

49324929
"""A review object for a given pull request."""
4933-
type PullRequestReview implements Node, Comment, Deletable, Updatable, UpdatableComment, RepositoryNode {
4930+
type PullRequestReview implements Node & Comment & Deletable & Updatable & UpdatableComment & RepositoryNode {
49344931
"""The actor who authored the comment."""
49354932
author: Actor
49364933

@@ -5041,7 +5038,7 @@ type PullRequestReview implements Node, Comment, Deletable, Updatable, Updatable
50415038
}
50425039

50435040
"""A review comment associated with a given repository pull request."""
5044-
type PullRequestReviewComment implements Node, Comment, Deletable, Updatable, UpdatableComment, Reactable, RepositoryNode {
5041+
type PullRequestReviewComment implements Node & Comment & Deletable & Updatable & UpdatableComment & Reactable & RepositoryNode {
50455042
"""The actor who authored the comment."""
50465043
author: Actor
50475044

@@ -5892,7 +5889,7 @@ enum RefOrderField {
58925889
}
58935890

58945891
"""A release contains the content for a release."""
5895-
type Release implements Node, UniformResourceLocatable {
5892+
type Release implements Node & UniformResourceLocatable {
58965893
"""The author of the release"""
58975894
author: User
58985895

@@ -6166,7 +6163,7 @@ type ReopenedEvent implements Node {
61666163
}
61676164

61686165
"""A repository contains the content for a project."""
6169-
type Repository implements Node, ProjectOwner, Subscribable, Starrable, UniformResourceLocatable, RepositoryInfo {
6166+
type Repository implements Node & ProjectOwner & Subscribable & Starrable & UniformResourceLocatable & RepositoryInfo {
61706167
"""A list of users that can be assigned to issues in this repository."""
61716168
assignableUsers(
61726169
"""Returns the first _n_ elements from the list."""
@@ -7182,7 +7179,7 @@ enum RepositoryPrivacy {
71827179
}
71837180

71847181
"""A repository-topic connects a repository to a topic."""
7185-
type RepositoryTopic implements Node, UniformResourceLocatable {
7182+
type RepositoryTopic implements Node & UniformResourceLocatable {
71867183
id: ID!
71877184

71887185
"""The HTTP path for this repository-topic."""
@@ -7296,7 +7293,7 @@ type ReviewDismissalAllowanceEdge {
72967293
"""
72977294
Represents a 'review_dismissed' event on a given issue or pull request.
72987295
"""
7299-
type ReviewDismissedEvent implements Node, UniformResourceLocatable {
7296+
type ReviewDismissedEvent implements Node & UniformResourceLocatable {
73007297
"""Identifies the actor who performed the event."""
73017298
actor: Actor
73027299

@@ -7731,7 +7728,7 @@ type SuggestedReviewer {
77317728
}
77327729

77337730
"""Represents a Git tag."""
7734-
type Tag implements Node, GitObject {
7731+
type Tag implements Node & GitObject {
77357732
"""An abbreviated version of the Git object ID"""
77367733
abbreviatedOid: String!
77377734

@@ -7762,7 +7759,7 @@ type Tag implements Node, GitObject {
77627759
}
77637760

77647761
"""A team of users in an organization."""
7765-
type Team implements Node, Subscribable {
7762+
type Team implements Node & Subscribable {
77667763
"""A list of teams that are ancestors of this team."""
77677764
ancestors(
77687765
"""Returns the first _n_ elements from the list."""
@@ -8234,7 +8231,7 @@ enum TopicSuggestionDeclineReason {
82348231
}
82358232

82368233
"""Represents a Git tree."""
8237-
type Tree implements Node, GitObject {
8234+
type Tree implements Node & GitObject {
82388235
"""An abbreviated version of the Git object ID"""
82398236
abbreviatedOid: String!
82408237

@@ -8546,7 +8543,7 @@ scalar URI
85468543
"""
85478544
A user is an individual's account on GitHub that owns repositories and can make new content.
85488545
"""
8549-
type User implements Node, Actor, RepositoryOwner, UniformResourceLocatable {
8546+
type User implements Node & Actor & RepositoryOwner & UniformResourceLocatable {
85508547
"""A URL pointing to the user's public avatar."""
85518548
avatarUrl(
85528549
"""The size of the resulting square image."""

0 commit comments

Comments
 (0)