Skip to content

Commit

Permalink
updated schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Jul 2, 2018
1 parent 2745264 commit ac9defd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "Arguments for connection `contributedRepositories` are getting redesigned. Use `User.repositoriesContributedTo` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "Arguments for connection `contributedRepositories` are getting redesigned. Use `User.repositoriesContributedTo` instead. Removal on 2019-01-01 UTC."
},
{
"name": "createdAt",
Expand Down Expand Up @@ -4334,7 +4334,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Field `license` will be replaced by a more detailed license object. Use `Repository.licenseInfo` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "Field `license` will be replaced by a more detailed license object. Use `Repository.licenseInfo` instead. Removal on 2019-01-01 UTC."
},
{
"name": "licenseInfo",
Expand Down Expand Up @@ -6987,7 +6987,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "The associated column may be null if the card is in a pending state. Use `ProjectCard.column` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "The associated column may be null if the card is in a pending state. Use `ProjectCard.column` instead. Removal on 2019-01-01 UTC."
},
{
"name": "resourcePath",
Expand Down Expand Up @@ -22888,7 +22888,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Field `license` will be replaced by a more detailed license object. Use `Repository.licenseInfo` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "Field `license` will be replaced by a more detailed license object. Use `Repository.licenseInfo` instead. Removal on 2019-01-01 UTC."
},
{
"name": "licenseInfo",
Expand Down Expand Up @@ -26816,7 +26816,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "Field `reviewer` will be changed in favor of returning a union type. Use `ReviewRequest.requestedReviewer` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "Field `reviewer` will be changed in favor of returning a union type. Use `ReviewRequest.requestedReviewer` instead. Removal on 2019-01-01 UTC."
}
],
"inputFields": null,
Expand Down Expand Up @@ -27332,7 +27332,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "`ClosedEvent` may be associated with other objects than a commit. Use ClosedEvent.closer instead. Removal on 2018-07-01 UTC."
"deprecationReason": "`ClosedEvent` may be associated with other objects than a commit. Use ClosedEvent.closer instead. Removal on 2019-01-01 UTC."
},
{
"name": "createdAt",
Expand Down Expand Up @@ -27912,7 +27912,7 @@
}
},
"isDeprecated": true,
"deprecationReason": "`isCrossReference` will be renamed. Use `ReferencedEvent.isCrossRepository` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "`isCrossReference` will be renamed. Use `ReferencedEvent.isCrossRepository` instead. Removal on 2019-01-01 UTC."
},
{
"name": "isCrossRepository",
Expand Down Expand Up @@ -30207,7 +30207,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "`subject` will be renamed. Use `ReviewRequestedEvent.requestedReviewer` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "`subject` will be renamed. Use `ReviewRequestedEvent.requestedReviewer` instead. Removal on 2019-01-01 UTC."
}
],
"inputFields": null,
Expand Down Expand Up @@ -30308,7 +30308,7 @@
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "`subject` will be renamed. Use `ReviewRequestRemovedEvent.requestedReviewer` instead. Removal on 2018-07-01 UTC."
"deprecationReason": "`subject` will be renamed. Use `ReviewRequestRemovedEvent.requestedReviewer` instead. Removal on 2019-01-01 UTC."
}
],
"inputFields": null,
Expand Down

0 comments on commit ac9defd

Please sign in to comment.