mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-04 18:59:07 -05:00
refactor: create issue api
This commit is contained in:
5
lib/graphql/gh_repo_id.graphql
Normal file
5
lib/graphql/gh_repo_id.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
query GhRepoId($owner: String!, $name: String!) {
|
||||
repository(owner: $owner, name: $name) {
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user