wip: pull request view & md rendering
This commit is contained in:
11
src/api/graphql/fetch_pull_request.graphql
Normal file
11
src/api/graphql/fetch_pull_request.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query PullRequestQuery($id: ID!) {
|
||||
node(id: $id) {
|
||||
__typename
|
||||
... on PullRequest {
|
||||
title
|
||||
body
|
||||
state
|
||||
isDraft
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user