wip: pull request view & md rendering
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
query PullRequestQuery($query: String!) {
|
||||
query PullRequestPaginationQuery($query: String!) {
|
||||
search(query: $query, first: 10, type: ISSUE) {
|
||||
issueCount
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
... on PullRequest {
|
||||
id
|
||||
isDraft
|
||||
title
|
||||
state
|
||||
|
||||
Reference in New Issue
Block a user