Skip to content

Commit

Permalink
feat: PullRequest#permalink (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored and gr2m committed Jun 27, 2018
1 parent 891acd9 commit 62dcd3b
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 668 deletions.
3 changes: 3 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4341,6 +4341,9 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
last: Int
): UserConnection!

# The permalink to the pull request.
permalink: URI!

# The commit that GitHub automatically generated to test if this pull request
# could be merged. This field will not return a value if the pull request is
# merged, or if the test merge commit is still being generated. See the
Expand Down
Loading

0 comments on commit 62dcd3b

Please sign in to comment.