Skip to main content

GraphQL changelog for 2017

GraphQL schema changes from 2017.

In this article

Schema changes for 2017-12-15

The following changes were made to the GraphQL schema:

  • Field additions was added to object type Commit
  • Field changedFiles was added to object type Commit
  • Field closedAt was added to object type Milestone
  • Field closed was added to object type Milestone
  • Field createdAt was added to object type Milestone
  • Field deletions was added to object type Commit
  • Field updatedAt was added to object type Milestone
  • Milestone object implements Closable interface

Schema changes for 2017-12-12

The following changes were made to the GraphQL schema:

  • Enum value UNAVAILABLE was added to enum SubscriptionState
  • Field authoredDate was added to object type Commit
  • Field pushedDate was added to object type Commit

Schema changes for 2017-12-09

The following changes were made to the GraphQL schema:

  • Field deployKeys was added to object type Repository
  • Type DeployKeyConnection was added
  • Type DeployKeyEdge was added
  • Type DeployKey was added

Schema changes for 2017-12-05

The following changes were made to the GraphQL schema:

  • Field release was added to object type Repository

Schema changes for 2017-12-02

The following changes were made to the GraphQL schema:

  • Field forkCount was added to object type RepositoryInfo
  • Field forkCount was added to object type RepositoryInvitationRepository
  • Field forkCount was added to object type Repository
  • Field marketplaceListing was added to object type Query
  • Field marketplaceListings was added to object type Query
  • Type MarketplaceListingConnection was added
  • Type MarketplaceListingEdge was added
  • Type MarketplaceListing was added
  • Union member MarketplaceListing was added to Union type SearchResultItem

Schema changes for 2017-11-28

The following changes were made to the GraphQL schema:

  • Field repositoriesContributedTo was added to object type User

Schema changes for 2017-11-24

The following changes were made to the GraphQL schema:

  • Field changedFiles was added to object type PullRequest
  • Field reactable was added to object type Reaction

Schema changes for 2017-11-18

The following changes were made to the GraphQL schema:

  • Input field UpdateProjectInput.name changed type from String! to String
  • Input field public was added to input object type UpdateProjectInput

Schema changes for 2017-11-17

The following changes were made to the GraphQL schema:

  • Field issues was added to object type Milestone
  • Type TopicConnection was added

Schema changes for 2017-11-16

The following changes were made to the GraphQL schema:

  • Field issues was added to object type Milestone

Schema changes for 2017-11-15

The following changes were made to the GraphQL schema:

  • Field parents was added to object type Commit
  • Type CommitConnection was added

Schema changes for 2017-11-14

The following changes were made to the GraphQL schema:

  • Argument orderBy: ReleaseOrder added to field Repository.releases
  • Field marketplaceCategories was added to object type Query
  • Field marketplaceCategory was added to object type Query
  • Field parents was added to object type Commit
  • Field publicKeys was added to object type User
  • Field totalCount was added to object type CommitHistoryConnection
  • Type CommitConnection was added
  • Type MarketplaceCategory was added
  • Type PublicKeyConnection was added
  • Type PublicKeyEdge was added
  • Type PublicKey was added
  • Type ReleaseOrderField was added
  • Type ReleaseOrder was added

Schema changes for 2017-11-10

The following changes were made to the GraphQL schema:

  • Field createdAt was added to object type DeploymentStatus
  • Field updatedAt was added to object type DeploymentStatus
  • Field viewerCanSubscribe was added to object type Team
  • Field viewerSubscription was added to object type Team
  • Team object implements Subscribable interface

Schema changes for 2017-11-08

The following changes were made to the GraphQL schema:

  • Field BaseRefForcePushedEvent.afterCommit changed type from Commit! to Commit
  • Field BaseRefForcePushedEvent.beforeCommit changed type from Commit! to Commit
  • Field HeadRefForcePushedEvent.afterCommit changed type from Commit! to Commit
  • Field HeadRefForcePushedEvent.beforeCommit changed type from Commit! to Commit
  • Field ReviewRequestRemovedEvent.subject changed type from User! to User
  • Field ReviewRequestedEvent.subject changed type from User! to User
  • Argument orderBy: RefOrder added to field Repository.refs
  • Field requestedReviewer was added to object type ReviewRequestRemovedEvent
  • Field requestedReviewer was added to object type ReviewRequest
  • Field requestedReviewer was added to object type ReviewRequestedEvent
  • Type RefOrderField was added
  • Type RefOrder was added
  • Type RequestedReviewer was added

Schema changes for 2017-11-03

The following changes were made to the GraphQL schema:

  • Field tarballUrl was added to object type Commit
  • Field zipballUrl was added to object type Commit

Schema changes for 2017-11-02

The following changes were made to the GraphQL schema:

  • Field tarballUrl was added to object type Commit
  • Field zipballUrl was added to object type Commit
  • Type TopicEdge was added

Schema changes for 2017-10-27

The following changes were made to the GraphQL schema:

  • Argument author: String added to field PullRequest.reviews
  • Field additions was added to object type PullRequest
  • Field deletions was added to object type PullRequest

Schema changes for 2017-10-25

The following changes were made to the GraphQL schema:

  • Type UserContentEditEdge was added
  • Type UserContentEdit was added

Schema changes for 2017-10-24

The following changes were made to the GraphQL schema:

  • Field assignableUsers was added to object type Repository
  • Type UserContentEditEdge was added
  • Type UserContentEdit was added

Schema changes for 2017-10-20

The following changes were made to the GraphQL schema:

  • Field projectCards was added to object type Issue
  • Field projectCards was added to object type PullRequest

Schema changes for 2017-10-14

The following changes were made to the GraphQL schema:

  • Field isInvoiced was removed from object type Organization
  • Field isInvoiced was removed from object type User

Schema changes for 2017-10-04

The following changes were made to the GraphQL schema:

  • Field collaborators was added to object type Repository
  • Field isArchived was added to object type RepositoryInfo
  • Field isArchived was added to object type RepositoryInvitationRepository
  • Field isArchived was added to object type Repository
  • Type CollaboratorAffiliation was added
  • Type RepositoryCollaboratorConnection was added
  • Type RepositoryCollaboratorEdge was added

Schema changes for 2017-09-28

The following changes were made to the GraphQL schema:

  • Type Date was added

Schema changes for 2017-09-22

The following changes were made to the GraphQL schema:

  • Field gitIpAddresses was added to object type GitHubMetadata
  • Field hookIpAddresses was added to object type GitHubMetadata
  • Field importerIpAddresses was added to object type GitHubMetadata
  • Field pagesIpAddresses was added to object type GitHubMetadata

Schema changes for 2017-09-18

The following changes were made to the GraphQL schema:

  • Field GistComment.gist changed type from Gist to Gist!

Schema changes for 2017-09-15

The following changes were made to the GraphQL schema:

  • Field meta was added to object type Query
  • Type GitHubMetadata was added

Schema changes for 2017-09-14

The following changes were made to the GraphQL schema:

  • Field User.gistComments changed type from IssueCommentConnection! to GistCommentConnection!

Schema changes for 2017-09-13

The following changes were made to the GraphQL schema:

  • Field createdAt was added to object type Bot
  • Field gist was added to object type GistComment
  • Field updatedAt was added to object type Bot

Schema changes for 2017-09-11

The following changes were made to the GraphQL schema:

  • Field downloadUrl was added to object type ReleaseAsset

Schema changes for 2017-09-08

The following changes were made to the GraphQL schema:

  • OrganizationInvitation object implements Node interface

Schema changes for 2017-09-07

The following changes were made to the GraphQL schema:

  • Field meta was removed from object type Query
  • GitHubMetadata was removed
  • Field closed was added to object type Project
  • Field invitationType was added to object type OrganizationInvitation
  • Field pendingCards was added to object type Project
  • Field resourcePath was added to object type ProjectColumn
  • Field url was added to object type ProjectColumn
  • Type OrganizationInvitationType was added
  • Project object implements Closable interface

Schema changes for 2017-09-06

The following changes were made to the GraphQL schema:

  • Field GitHubMetadata.gitIpAddresses changed type from String to [String!]
  • Field GitHubMetadata.hookIpAddresses changed type from String to [String!]
  • Field GitHubMetadata.importerIpAddresses changed type from String to [String!]
  • Field GitHubMetadata.pagesIpAddresses changed type from String to [String!]
  • Field installedVersion was removed from object type GitHubMetadata
  • Field repository was added to object type PullRequestReviewThread

Schema changes for 2017-09-05

The following changes were made to the GraphQL schema:

  • Field repository was removed from object type PullRequestReviewThread
  • Field meta was added to object type Query
  • Type GitHubMetadata was added

Schema changes for 2017-09-04

The following changes were made to the GraphQL schema:

  • Field closed was removed from object type Project
  • Field pendingCards was removed from object type Project
  • Field resourcePath was removed from object type ProjectColumn
  • Field url was removed from object type ProjectColumn
  • Project object type no longer implements Closable interface
  • Field repository was added to object type PullRequestReviewThread

Schema changes for 2017-09-01

The following changes were made to the GraphQL schema:

  • Field channel was removed from object type Project
  • Field searchQueryForViewer was removed from object type Project

Schema changes for 2017-08-31

The following changes were made to the GraphQL schema:

  • Field resourcePath was added to object type ProjectColumn
  • Field searchQueryForViewer was added to object type Project
  • Field url was added to object type ProjectColumn

Schema changes for 2017-08-30

The following changes were made to the GraphQL schema:

  • Field channel was added to object type Project
  • Field closed was added to object type Project
  • Field pendingCards was added to object type Project
  • Project object implements Closable interface

Schema changes for 2017-08-21

The following changes were made to the GraphQL schema:

  • Field replyTo was added to object type PullRequestReviewComment

Schema changes for 2017-08-16

The following changes were made to the GraphQL schema:

  • Field description was added to object type Organization
  • Field email was added to object type Organization
  • Field location was added to object type Organization
  • Field websiteUrl was added to object type Organization

Schema changes for 2017-08-15

The following changes were made to the GraphQL schema:

  • Field gistComments was added to object type User
  • Field id was added to object type Subscribable
  • Field issueComments was added to object type User
  • Field resourcePath was added to object type CommitComment
  • Field url was added to object type CommitComment

Schema changes for 2017-08-14

The following changes were made to the GraphQL schema:

  • Field blog was removed from object type Organization
  • Field description was removed from object type Organization
  • Field email was removed from object type Organization
  • Field location was removed from object type Organization
  • Argument dryRun: Boolean added to field Query.rateLimit
  • Field milestone was added to object type PullRequest
  • Field nodeCount was added to object type RateLimit
  • Union member CrossReferencedEvent was added to Union type PullRequestTimelineItem

Schema changes for 2017-08-11

The following changes were made to the GraphQL schema:

  • Argument dryRun: Boolean was removed from field Query.rateLimit
  • Field closed was removed from object type Project
  • Field gistComments was removed from object type User
  • Field id was removed from object type Subscribable
  • Field issueComments was removed from object type User
  • Field milestone was removed from object type PullRequest
  • Field nodeCount was removed from object type RateLimit
  • Field pendingCards was removed from object type Project
  • Field replyTo was removed from object type PullRequestReviewComment
  • Field repository was removed from object type PullRequestReviewThread
  • Field resourcePath was removed from object type CommitComment
  • Field resourcePath was removed from object type ProjectColumn
  • Field url was removed from object type CommitComment
  • Field url was removed from object type ProjectColumn
  • Field websiteUrl was removed from object type Organization
  • Union member CrossReferencedEvent was removed from Union type PullRequestTimelineItem
  • Project object type no longer implements Closable interface
  • Field blog was added to object type Organization

Schema changes for 2017-08-10

The following changes were made to the GraphQL schema:

  • Argument dryRun: Boolean added to field Query.rateLimit
  • Field closed was added to object type Project
  • Field description was added to object type Organization
  • Field email was added to object type Organization
  • Field gistComments was added to object type User
  • Field id was added to object type Subscribable
  • Field issueComments was added to object type User
  • Field location was added to object type Organization
  • Field milestone was added to object type PullRequest
  • Field nodeCount was added to object type RateLimit
  • Field pendingCards was added to object type Project
  • Field replyTo was added to object type PullRequestReviewComment
  • Field repository was added to object type PullRequestReviewThread
  • Field resourcePath was added to object type CommitComment
  • Field resourcePath was added to object type ProjectColumn
  • Field url was added to object type CommitComment
  • Field url was added to object type ProjectColumn
  • Field websiteUrl was added to object type Organization
  • Type CrossReferencedEvent was added
  • Union member CrossReferencedEvent was added to Union type IssueTimelineItem
  • Union member CrossReferencedEvent was added to Union type PullRequestTimelineItem
  • Project object implements Closable interface

Schema changes for 2017-08-09

The following changes were made to the GraphQL schema:

  • Field PullRequestReviewComment.originalCommit changed type from Commit! to Commit

Schema changes for 2017-08-08

The following changes were made to the GraphQL schema:

  • Field Organization.name changed type from String! to String
  • Field databaseId was added to object type Deployment
  • Field licenseInfo was added to object type RepositoryInfo
  • Field licenseInfo was added to object type RepositoryInvitationRepository
  • Field licenseInfo was added to object type Repository
  • Field license was added to object type Query
  • Field licenses was added to object type Query
  • Field payload was added to object type Deployment
  • Type LicenseRule was added
  • Type License was added

Schema changes for 2017-08-07

The following changes were made to the GraphQL schema:

  • Field contentType was added to object type ReleaseAsset
  • Field createdAt was added to object type ReleaseAsset
  • Field createdAt was added to object type Team
  • Field downloadCount was added to object type ReleaseAsset
  • Field size was added to object type ReleaseAsset
  • Field updatedAt was added to object type ReleaseAsset
  • Field updatedAt was added to object type Team
  • Field uploadedBy was added to object type ReleaseAsset

Schema changes for 2017-08-03

The following changes were made to the GraphQL schema:

  • Field repositoriesContributedTo was removed from object type User
  • Field author was added to object type Release
  • Field commitComments was added to object type User
  • Field createdAt was added to object type Release
  • Field isDraft was added to object type Release
  • Field isPrerelease was added to object type Release
  • Field updatedAt was added to object type Release

Schema changes for 2017-08-02

The following changes were made to the GraphQL schema:

  • Field commitComments was removed from object type User
  • Field repositoriesContributedTo was added to object type User
  • Field shortDescriptionHTML was added to object type RepositoryInfo
  • Field shortDescriptionHTML was added to object type RepositoryInvitationRepository
  • Field shortDescriptionHTML was added to object type Repository

Schema changes for 2017-08-01

The following changes were made to the GraphQL schema:

  • Field commitComments was added to object type User

Schema changes for 2017-07-28

The following changes were made to the GraphQL schema:

  • Enum value FIRST_TIMER was added to enum CommentAuthorAssociation
  • Field pullRequest was added to object type IssueComment

Schema changes for 2017-07-27

The following changes were made to the GraphQL schema:

  • Field CommitComment.commit changed type from Commit! to Commit
  • Field databaseId was removed from object type Deployment
  • Field payload was removed from object type Deployment
  • Argument environments: [String!] added to field Repository.deployments

Schema changes for 2017-07-26

The following changes were made to the GraphQL schema:

  • Field databaseId was added to object type Deployment

Schema changes for 2017-07-25

The following changes were made to the GraphQL schema:

  • Enum value FIRST_TIMER was removed from enum CommentAuthorAssociation
  • Argument orderBy: GistOrder added to field User.gists
  • Field payload was added to object type Deployment
  • Field pushedAt was added to object type Gist
  • Type GistOrderField was added
  • Type GistOrder was added

Schema changes for 2017-07-24

The following changes were made to the GraphQL schema:

  • Enum value FIRST_TIMER was added to enum CommentAuthorAssociation

Schema changes for 2017-07-21

The following changes were made to the GraphQL schema:

  • Argument rootTeamsOnly: Boolean added to field Organization.teams
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field viewerCanAdminister was added to object type Team
  • Type RepositoryPermission was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMemberRole was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added

Schema changes for 2017-07-20

The following changes were made to the GraphQL schema:

  • Field Label.pullRequests changed type from PullRequestConnection to PullRequestConnection!
  • Field releaseAsset was removed from object type Release
  • Argument baseRefName: String added to field Label.pullRequests
  • Argument baseRefName: String added to field Ref.associatedPullRequests
  • Argument headRefName: String added to field Label.pullRequests
  • Argument headRefName: String added to field Ref.associatedPullRequests
  • Argument labels: [String!] added to field Label.pullRequests
  • Argument labels: [String!] added to field Ref.associatedPullRequests
  • Argument name: String added to field Release.releaseAssets
  • Argument orderBy: IssueOrder added to field Label.pullRequests
  • Argument orderBy: IssueOrder added to field Ref.associatedPullRequests
  • Argument states: [PullRequestState!] added to field Label.pullRequests
  • Field pinnedRepositories was added to object type Organization
  • Field pinnedRepositories was added to object type RepositoryOwner

Schema changes for 2017-07-19

The following changes were made to the GraphQL schema:

  • Argument rootTeamsOnly: Boolean was removed from field Organization.teams
  • ChildTeamDescendants was removed
  • Field TreeEntry.object changed type from GitObject! to GitObject
  • Field ancestors was removed from object type Team
  • Field childTeams was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field viewerCanAdminister was removed from object type Team
  • RepositoryPermission was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMemberRole was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed

Schema changes for 2017-07-18

The following changes were made to the GraphQL schema:

  • Argument rootTeamsOnly: Boolean added to field Organization.teams
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field viewerCanAdminister was added to object type Team
  • Type ChildTeamDescendants was added
  • Type CommitCommentThread was added
  • Type RepositoryPermission was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMemberRole was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Union member CommitCommentThread was added to Union type PullRequestTimelineItem

Schema changes for 2017-07-17

The following changes were made to the GraphQL schema:

  • Milestone object implements UniformResourceLocatable interface

Schema changes for 2017-07-13

The following changes were made to the GraphQL schema:

  • CrossReferencedEvent was removed
  • Union member CrossReferencedEvent was removed from Union type IssueTimelineItem

Schema changes for 2017-07-11

The following changes were made to the GraphQL schema:

  • Argument name: String was removed from field Release.releaseAssets
  • Field releaseAsset was added to object type Release
  • Type CrossReferencedEvent was added
  • Union member CrossReferencedEvent was added to Union type IssueTimelineItem

Schema changes for 2017-07-10

The following changes were made to the GraphQL schema:

  • CrossReferencedEvent was removed
  • Field releaseAsset was removed from object type Release
  • Union member CrossReferencedEvent was removed from Union type IssueTimelineItem
  • Argument labels: [String!] added to field Label.issues
  • Argument name: String added to field Release.releaseAssets
  • Field issues was added to object type User

Schema changes for 2017-07-07

The following changes were made to the GraphQL schema:

  • Argument labels: [String!] was removed from field Label.issues
  • Field issues was removed from object type User
  • Type CrossReferencedEvent was added
  • Union member CrossReferencedEvent was added to Union type IssueTimelineItem

Schema changes for 2017-07-06

The following changes were made to the GraphQL schema:

  • AddTeamMemberInput was removed
  • AddTeamMemberPayload was removed
  • ChildTeamDescendants was removed
  • CreateTeamInput was removed
  • CreateTeamPayload was removed
  • DeleteTeamInput was removed
  • DeleteTeamPayload was removed
  • Field addTeamMember was removed from object type Mutation
  • Field ancestors was removed from object type Team
  • Field childTeams was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field createTeam was removed from object type Mutation
  • Field deleteTeam was removed from object type Mutation
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field removeTeamMember was removed from object type Mutation
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field updateTeamMember was removed from object type Mutation
  • Field updateTeam was removed from object type Mutation
  • Field viewerCanAdminister was removed from object type Team
  • RemoveTeamMemberInput was removed
  • RemoveTeamMemberPayload was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed
  • UpdateTeamInput was removed
  • UpdateTeamMemberInput was removed
  • UpdateTeamMemberPayload was removed
  • UpdateTeamPayload was removed
  • Argument labels: [String!] added to field Label.issues
  • Field issues was added to object type User

Schema changes for 2017-07-05

The following changes were made to the GraphQL schema:

  • Input field RequestReviewsInput.userIds changed type from [ID!]! to [ID!]
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viewerCanAdminister was added to object type Team
  • Input field teamIds was added to input object type RequestReviewsInput
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type AddedToProjectEvent was added
  • Type BaseRefChangedEvent was added
  • Type ChildTeamDescendants was added
  • Type CommentDeletedEvent was added
  • Type ConvertedNoteToIssueEvent was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type MentionedEvent was added
  • Type MovedColumnsInProjectEvent was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type RemovedFromProjectEvent was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added

Schema changes for 2017-07-04

The following changes were made to the GraphQL schema:

  • AddTeamMemberInput was removed
  • AddTeamMemberPayload was removed
  • ChildTeamDescendants was removed
  • CreateTeamInput was removed
  • CreateTeamPayload was removed
  • DeleteTeamInput was removed
  • DeleteTeamPayload was removed
  • Field addTeamMember was removed from object type Mutation
  • Field ancestors was removed from object type Team
  • Field childTeams was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field createTeam was removed from object type Mutation
  • Field deleteTeam was removed from object type Mutation
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field removeTeamMember was removed from object type Mutation
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field updateTeamMember was removed from object type Mutation
  • Field updateTeam was removed from object type Mutation
  • Field viewerCanAdminister was removed from object type Team
  • MemberOrder was removed
  • RemoveTeamMemberInput was removed
  • RemoveTeamMemberPayload was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed
  • UpdateTeamInput was removed
  • UpdateTeamMemberInput was removed
  • UpdateTeamMemberPayload was removed
  • UpdateTeamPayload was removed
  • UserOrderField was removed

Schema changes for 2017-07-01

The following changes were made to the GraphQL schema:

  • Input field RequestReviewsInput.userIds changed type from [ID!] to [ID!]!
  • Input field teamIds was removed from input object type RequestReviewsInput
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field isCrossRepository was added to object type ReferencedEvent
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viewerCanAdminister was added to object type Team
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type ChildTeamDescendants was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added

Schema changes for 2017-06-30

The following changes were made to the GraphQL schema:

  • Field isCrossRepository was removed from object type ReferencedEvent
  • Input field RequestReviewsInput.userIds changed type from [ID!]! to [ID!]
  • Input field teamIds was added to input object type RequestReviewsInput

Schema changes for 2017-06-29

The following changes were made to the GraphQL schema:

  • Field isCrossRepository was added to object type ReferencedEvent
  • Field revertResourcePath was added to object type PullRequest
  • Field revertUrl was added to object type PullRequest

Schema changes for 2017-06-28

The following changes were made to the GraphQL schema:

  • Field PullRequestReviewComment.pullRequestReview changed type from PullRequestReview! to PullRequestReview

Schema changes for 2017-06-27

The following changes were made to the GraphQL schema:

  • Field revertResourcePath was removed from object type MergedEvent
  • Field revertUrl was removed from object type MergedEvent

Schema changes for 2017-06-26

The following changes were made to the GraphQL schema:

  • Field issues was removed from object type User
  • Enum value STARGAZERS was added to enum RepositoryOrderField
  • Field revertResourcePath was added to object type MergedEvent
  • Field revertUrl was added to object type MergedEvent

Schema changes for 2017-06-25

The following changes were made to the GraphQL schema:

  • Field issues was added to object type User

Schema changes for 2017-06-23

The following changes were made to the GraphQL schema:

  • Field databaseId was removed from object type AssignedEvent
  • Field databaseId was removed from object type BaseRefForcePushedEvent
  • Field databaseId was removed from object type ClosedEvent
  • Field databaseId was removed from object type DemilestonedEvent
  • Field databaseId was removed from object type HeadRefDeletedEvent
  • Field databaseId was removed from object type HeadRefForcePushedEvent
  • Field databaseId was removed from object type HeadRefRestoredEvent
  • Field databaseId was removed from object type LabeledEvent
  • Field databaseId was removed from object type LockedEvent
  • Field databaseId was removed from object type MergedEvent
  • Field databaseId was removed from object type MilestonedEvent
  • Field databaseId was removed from object type ReferencedEvent
  • Field databaseId was removed from object type RenamedTitleEvent
  • Field databaseId was removed from object type ReopenedEvent
  • Field databaseId was removed from object type ReviewRequestRemovedEvent
  • Field databaseId was removed from object type ReviewRequestedEvent
  • Field databaseId was removed from object type SubscribedEvent
  • Field databaseId was removed from object type UnassignedEvent
  • Field databaseId was removed from object type UnlabeledEvent
  • Field databaseId was removed from object type UnlockedEvent
  • Field databaseId was removed from object type UnsubscribedEvent
  • TimelineEvent was removed
  • AssignedEvent object type no longer implements TimelineEvent interface
  • BaseRefForcePushedEvent object type no longer implements TimelineEvent interface
  • ClosedEvent object type no longer implements TimelineEvent interface
  • DemilestonedEvent object type no longer implements TimelineEvent interface
  • DeployedEvent object type no longer implements TimelineEvent interface
  • HeadRefDeletedEvent object type no longer implements TimelineEvent interface
  • HeadRefForcePushedEvent object type no longer implements TimelineEvent interface
  • HeadRefRestoredEvent object type no longer implements TimelineEvent interface
  • LabeledEvent object type no longer implements TimelineEvent interface
  • LockedEvent object type no longer implements TimelineEvent interface
  • MergedEvent object type no longer implements TimelineEvent interface
  • MilestonedEvent object type no longer implements TimelineEvent interface
  • ReferencedEvent object type no longer implements TimelineEvent interface
  • RenamedTitleEvent object type no longer implements TimelineEvent interface
  • ReopenedEvent object type no longer implements TimelineEvent interface
  • ReviewDismissedEvent object type no longer implements TimelineEvent interface
  • ReviewRequestRemovedEvent object type no longer implements TimelineEvent interface
  • ReviewRequestedEvent object type no longer implements TimelineEvent interface
  • SubscribedEvent object type no longer implements TimelineEvent interface
  • UnassignedEvent object type no longer implements TimelineEvent interface
  • UnlabeledEvent object type no longer implements TimelineEvent interface
  • UnlockedEvent object type no longer implements TimelineEvent interface
  • UnsubscribedEvent object type no longer implements TimelineEvent interface
  • Field resourcePath was added to object type PullRequestReviewComment

Schema changes for 2017-06-22

The following changes were made to the GraphQL schema:

  • Field databaseId was added to object type AssignedEvent
  • Field databaseId was added to object type BaseRefForcePushedEvent
  • Field databaseId was added to object type ClosedEvent
  • Field databaseId was added to object type DemilestonedEvent
  • Field databaseId was added to object type HeadRefDeletedEvent
  • Field databaseId was added to object type HeadRefForcePushedEvent
  • Field databaseId was added to object type HeadRefRestoredEvent
  • Field databaseId was added to object type LabeledEvent
  • Field databaseId was added to object type LockedEvent
  • Field databaseId was added to object type MergedEvent
  • Field databaseId was added to object type MilestonedEvent
  • Field databaseId was added to object type ReferencedEvent
  • Field databaseId was added to object type RenamedTitleEvent
  • Field databaseId was added to object type ReopenedEvent
  • Field databaseId was added to object type ReviewRequestRemovedEvent
  • Field databaseId was added to object type ReviewRequestedEvent
  • Field databaseId was added to object type SubscribedEvent
  • Field databaseId was added to object type UnassignedEvent
  • Field databaseId was added to object type UnlabeledEvent
  • Field databaseId was added to object type UnlockedEvent
  • Field databaseId was added to object type UnsubscribedEvent
  • Field deployments was added to object type Repository
  • Type DeploymentConnection was added
  • Type DeploymentEdge was added
  • Type TimelineEvent was added
  • AssignedEvent object implements TimelineEvent interface
  • BaseRefForcePushedEvent object implements TimelineEvent interface
  • ClosedEvent object implements TimelineEvent interface
  • DemilestonedEvent object implements TimelineEvent interface
  • DeployedEvent object implements TimelineEvent interface
  • HeadRefDeletedEvent object implements TimelineEvent interface
  • HeadRefForcePushedEvent object implements TimelineEvent interface
  • HeadRefRestoredEvent object implements TimelineEvent interface
  • LabeledEvent object implements TimelineEvent interface
  • LockedEvent object implements TimelineEvent interface
  • MergedEvent object implements TimelineEvent interface
  • MilestonedEvent object implements TimelineEvent interface
  • ReferencedEvent object implements TimelineEvent interface
  • RenamedTitleEvent object implements TimelineEvent interface
  • ReopenedEvent object implements TimelineEvent interface
  • ReviewDismissedEvent object implements TimelineEvent interface
  • ReviewRequestRemovedEvent object implements TimelineEvent interface
  • ReviewRequestedEvent object implements TimelineEvent interface
  • SubscribedEvent object implements TimelineEvent interface
  • UnassignedEvent object implements TimelineEvent interface
  • UnlabeledEvent object implements TimelineEvent interface
  • UnlockedEvent object implements TimelineEvent interface
  • UnsubscribedEvent object implements TimelineEvent interface

Schema changes for 2017-06-21

The following changes were made to the GraphQL schema:

  • AddTeamMemberInput was removed
  • AddTeamMemberPayload was removed
  • ChildTeamDescendants was removed
  • CreateTeamInput was removed
  • CreateTeamPayload was removed
  • DeleteTeamInput was removed
  • DeleteTeamPayload was removed
  • Field MergedEvent.commit changed type from Commit! to Commit
  • Field addTeamMember was removed from object type Mutation
  • Field ancestors was removed from object type Team
  • Field childTeams was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field createTeam was removed from object type Mutation
  • Field deleteTeam was removed from object type Mutation
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field removeTeamMember was removed from object type Mutation
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field updateTeamMember was removed from object type Mutation
  • Field updateTeam was removed from object type Mutation
  • Field viewerCanAdminister was removed from object type Team
  • RemoveTeamMemberInput was removed
  • RemoveTeamMemberPayload was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed
  • UpdateTeamInput was removed
  • UpdateTeamMemberInput was removed
  • UpdateTeamMemberPayload was removed
  • UpdateTeamPayload was removed
  • Field authorAssociation was added to object type Comment
  • Field authorAssociation was added to object type CommitComment
  • Field authorAssociation was added to object type GistComment
  • Field authorAssociation was added to object type IssueComment
  • Field authorAssociation was added to object type Issue
  • Field authorAssociation was added to object type PullRequestReviewComment
  • Field authorAssociation was added to object type PullRequestReview
  • Field authorAssociation was added to object type PullRequest
  • Field resourcePath was added to object type MergedEvent
  • Field url was added to object type MergedEvent
  • Type CommentAuthorAssociation was added
  • MergedEvent object implements UniformResourceLocatable interface

Schema changes for 2017-06-20

The following changes were made to the GraphQL schema:

  • Field MergedEvent.commit changed type from Commit to Commit!
  • Field resourcePath was removed from object type MergedEvent
  • Field url was removed from object type MergedEvent
  • MergedEvent object type no longer implements UniformResourceLocatable interface
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viewerCanAdminister was added to object type Team
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type ChildTeamDescendants was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added

Schema changes for 2017-06-16

The following changes were made to the GraphQL schema:

  • Field MergedEvent.commit changed type from Commit! to Commit
  • Field isDirectReference was added to object type ReferencedEvent

Schema changes for 2017-06-15

The following changes were made to the GraphQL schema:

  • Field resourcePath was added to object type MergedEvent
  • Field url was added to object type MergedEvent
  • MergedEvent object implements UniformResourceLocatable interface

Schema changes for 2017-06-14

The following changes were made to the GraphQL schema:

  • Field column was added to object type ProjectCard
  • Field project was added to object type ProjectCard
  • Field resourcePath was added to object type ProjectCard
  • Field url was added to object type ProjectCard

Schema changes for 2017-06-12

The following changes were made to the GraphQL schema:

  • Field column was removed from object type ProjectCard
  • Field project was removed from object type ProjectCard
  • Field resourcePath was removed from object type ProjectCard
  • Field teamsSearchResourcePath was removed from object type Organization
  • Field teamsSearchUrl was removed from object type Organization
  • Field url was removed from object type ProjectCard

Schema changes for 2017-06-09

The following changes were made to the GraphQL schema:

  • Field PullRequest.headRepositoryOwner changed type from RepositoryOwner! to RepositoryOwner
  • Enum value HEAD_REF was added to enum PullRequestPubSubTopic
  • Field column was added to object type ProjectCard
  • Field isCrossRepository was added to object type PullRequest
  • Field project was added to object type ProjectCard
  • Field resourcePath was added to object type ProjectCard
  • Field url was added to object type ProjectCard

Schema changes for 2017-06-06

The following changes were made to the GraphQL schema:

  • App was removed
  • AppConnection was removed
  • AppEdge was removed
  • Field viaApp was removed from object type DeployedEvent
  • Field viaApp was removed from object type IssueComment
  • Field viaApp was removed from object type Issue
  • Field viaApp was removed from object type PullRequest
  • PerformableViaApp was removed
  • DeployedEvent object type no longer implements PerformableViaApp interface
  • IssueComment object type no longer implements PerformableViaApp interface
  • Issue object type no longer implements PerformableViaApp interface
  • PullRequest object type no longer implements PerformableViaApp interface
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viaIntegration was added to object type DeployedEvent
  • Field viaIntegration was added to object type IssueComment
  • Field viaIntegration was added to object type Issue
  • Field viaIntegration was added to object type PullRequest
  • Field viewerCanAdminister was added to object type Team
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type ChildTeamDescendants was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type IntegrationConnection was added
  • Type IntegrationEdge was added
  • Type Integration was added
  • Type PerformableViaIntegration was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added
  • DeployedEvent object implements PerformableViaIntegration interface
  • IssueComment object implements PerformableViaIntegration interface
  • Issue object implements PerformableViaIntegration interface
  • Organization object implements Actor interface
  • PullRequest object implements PerformableViaIntegration interface

Schema changes for 2017-06-05

The following changes were made to the GraphQL schema:

  • Enum value HEAD_REF was removed from enum PullRequestPubSubTopic
  • Field hasLimitExceeded was removed from object type PullRequestCommitConnection
  • Field isCrossRepository was removed from object type PullRequest
  • Field viaIntegration was removed from object type DeployedEvent
  • Field viaIntegration was removed from object type IssueComment
  • Field viaIntegration was removed from object type Issue
  • Field viaIntegration was removed from object type PullRequest
  • Integration was removed
  • IntegrationConnection was removed
  • IntegrationEdge was removed
  • PerformableViaIntegration was removed
  • DeployedEvent object type no longer implements PerformableViaIntegration interface
  • IssueComment object type no longer implements PerformableViaIntegration interface
  • Issue object type no longer implements PerformableViaIntegration interface
  • PullRequest object type no longer implements PerformableViaIntegration interface
  • Field viaApp was added to object type DeployedEvent
  • Field viaApp was added to object type IssueComment
  • Field viaApp was added to object type Issue
  • Field viaApp was added to object type PullRequest
  • Type AppConnection was added
  • Type AppEdge was added
  • Type App was added
  • Type PerformableViaApp was added
  • DeployedEvent object implements PerformableViaApp interface
  • IssueComment object implements PerformableViaApp interface
  • Issue object implements PerformableViaApp interface
  • PullRequest object implements PerformableViaApp interface

Schema changes for 2017-06-02

The following changes were made to the GraphQL schema:

  • Organization object type no longer implements Actor interface
  • Enum value HEAD_REF was added to enum PullRequestPubSubTopic
  • Field hasLimitExceeded was added to object type PullRequestCommitConnection
  • Field isCrossRepository was added to object type PullRequest

Schema changes for 2017-06-01

The following changes were made to the GraphQL schema:

  • Enum value HEAD_REF was removed from enum PullRequestPubSubTopic
  • Field hasLimitExceeded was removed from object type PullRequestCommitConnection
  • Field isCrossRepository was removed from object type PullRequest
  • Field comments was added to object type Gist
  • Type GistCommentConnection was added
  • Type GistCommentEdge was added
  • Organization object implements Actor interface

Schema changes for 2017-05-31

The following changes were made to the GraphQL schema:

  • AddTeamMemberInput was removed
  • AddTeamMemberPayload was removed
  • ChildTeamDescendants was removed
  • CreateTeamInput was removed
  • CreateTeamPayload was removed
  • DeleteTeamInput was removed
  • DeleteTeamPayload was removed
  • Field addTeamMember was removed from object type Mutation
  • Field ancestors was removed from object type Team
  • Field childTeams was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field createTeam was removed from object type Mutation
  • Field deleteTeam was removed from object type Mutation
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field removeTeamMember was removed from object type Mutation
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field updateTeamMember was removed from object type Mutation
  • Field updateTeam was removed from object type Mutation
  • Field viewerCanAdminister was removed from object type Team
  • RemoveTeamMemberInput was removed
  • RemoveTeamMemberPayload was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed
  • UpdateTeamInput was removed
  • UpdateTeamMemberInput was removed
  • UpdateTeamMemberPayload was removed
  • UpdateTeamPayload was removed
  • Enum value HEAD_REF was added to enum PullRequestPubSubTopic
  • Field hasLimitExceeded was added to object type PullRequestCommitConnection
  • Field isCrossRepository was added to object type PullRequest

Schema changes for 2017-05-30

The following changes were made to the GraphQL schema:

  • Enum value HEAD_REF was removed from enum PullRequestPubSubTopic
  • Field hasLimitExceeded was removed from object type PullRequestCommitConnection
  • Field isCrossRepository was removed from object type PullRequest
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field childTeams was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viewerCanAdminister was added to object type Team
  • Field viewerCanSubscribe was added to object type Commit
  • Field viewerSubscription was added to object type Commit
  • Input field commitOID was added to input object type AddPullRequestReviewInput
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type ChildTeamDescendants was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added
  • Commit object implements Subscribable interface

Schema changes for 2017-05-26

The following changes were made to the GraphQL schema:

  • AddTeamMemberInput was removed
  • AddTeamMemberPayload was removed
  • CreateTeamInput was removed
  • CreateTeamPayload was removed
  • DeleteTeamInput was removed
  • DeleteTeamPayload was removed
  • Field addTeamMember was removed from object type Mutation
  • Field ancestors was removed from object type Team
  • Field combinedSlug was removed from object type Team
  • Field createTeam was removed from object type Mutation
  • Field deleteTeam was removed from object type Mutation
  • Field membersResourcePath was removed from object type Team
  • Field membersUrl was removed from object type Team
  • Field members was removed from object type Team
  • Field newTeamResourcePath was removed from object type Team
  • Field newTeamUrl was removed from object type Team
  • Field parentTeam was removed from object type Team
  • Field removeTeamMember was removed from object type Mutation
  • Field repositoriesResourcePath was removed from object type Team
  • Field repositoriesUrl was removed from object type Team
  • Field repositories was removed from object type Team
  • Field teamsResourcePath was removed from object type Team
  • Field teamsUrl was removed from object type Team
  • Field updateTeamMember was removed from object type Mutation
  • Field updateTeam was removed from object type Mutation
  • Field viewerCanAdminister was removed from object type Team
  • RemoveTeamMemberInput was removed
  • RemoveTeamMemberPayload was removed
  • TeamMemberConnection was removed
  • TeamMemberEdge was removed
  • TeamMembershipType was removed
  • TeamRepositoryConnection was removed
  • TeamRepositoryEdge was removed
  • TeamRepositoryOrder was removed
  • TeamRepositoryOrderField was removed
  • UpdateTeamInput was removed
  • UpdateTeamMemberInput was removed
  • UpdateTeamMemberPayload was removed
  • UpdateTeamPayload was removed
  • Enum value HEAD_REF was added to enum PullRequestPubSubTopic
  • Field hasLimitExceeded was added to object type PullRequestCommitConnection
  • Field isCrossRepository was added to object type PullRequest

Schema changes for 2017-05-25

The following changes were made to the GraphQL schema:

  • Field membershipRequests was removed from object type Team
  • TeamMembershipRequest was removed
  • TeamMembershipRequestConnection was removed
  • TeamMembershipRequestEdge was removed
  • Field repositoriesResourcePath was added to object type Team
  • Field repositoriesUrl was added to object type Team

Schema changes for 2017-05-24

The following changes were made to the GraphQL schema:

  • Field comments was removed from object type Gist
  • Field isAuthoredByPusher was removed from object type ReferencedEvent
  • Field isDirectReference was removed from object type ReferencedEvent
  • Field viewerCanSubscribe was removed from object type Commit
  • Field viewerSubscription was removed from object type Commit
  • GistCommentConnection was removed
  • GistCommentEdge was removed
  • Input field commitOID was removed from input object type AddPullRequestReviewInput
  • Commit object type no longer implements Subscribable interface
  • Organization object type no longer implements Actor interface
  • Field addTeamMember was added to object type Mutation
  • Field ancestors was added to object type Team
  • Field combinedSlug was added to object type Team
  • Field createTeam was added to object type Mutation
  • Field deleteTeam was added to object type Mutation
  • Field membersResourcePath was added to object type Team
  • Field membersUrl was added to object type Team
  • Field members was added to object type Team
  • Field membershipRequests was added to object type Team
  • Field newTeamResourcePath was added to object type Team
  • Field newTeamUrl was added to object type Team
  • Field parentTeam was added to object type Team
  • Field removeTeamMember was added to object type Mutation
  • Field repositories was added to object type Team
  • Field teamsResourcePath was added to object type Team
  • Field teamsUrl was added to object type Team
  • Field updateTeamMember was added to object type Mutation
  • Field updateTeam was added to object type Mutation
  • Field viewerCanAdminister was added to object type Team
  • Type AddTeamMemberInput was added
  • Type AddTeamMemberPayload was added
  • Type CreateTeamInput was added
  • Type CreateTeamPayload was added
  • Type DeleteTeamInput was added
  • Type DeleteTeamPayload was added
  • Type RemoveTeamMemberInput was added
  • Type RemoveTeamMemberPayload was added
  • Type TeamMemberConnection was added
  • Type TeamMemberEdge was added
  • Type TeamMembershipRequestConnection was added
  • Type TeamMembershipRequestEdge was added
  • Type TeamMembershipRequest was added
  • Type TeamMembershipType was added
  • Type TeamRepositoryConnection was added
  • Type TeamRepositoryEdge was added
  • Type TeamRepositoryOrderField was added
  • Type TeamRepositoryOrder was added
  • Type UpdateTeamInput was added
  • Type UpdateTeamMemberInput was added
  • Type UpdateTeamMemberPayload was added
  • Type UpdateTeamPayload was added

Schema changes for 2017-05-23

The following changes were made to the GraphQL schema:

  • Field comments was added to object type Gist
  • Field isAuthoredByPusher was added to object type ReferencedEvent
  • Field isDirectReference was added to object type ReferencedEvent
  • Field organization was added to object type Team
  • Field viewerCanSubscribe was added to object type Commit
  • Field viewerSubscription was added to object type Commit
  • Input field commitOID was added to input object type AddPullRequestReviewInput
  • Type GistCommentConnection was added
  • Type GistCommentEdge was added
  • Commit object implements Subscribable interface
  • Organization object implements Actor interface

Schema changes for 2017-05-22

The following changes were made to the GraphQL schema:

  • Nothing! The schema was made public!