This website requires JavaScript.
Explore
Help
Sign In
Gitea
/
git-touch-android-ios-app
mirror of
https://github.com/git-touch/git-touch
Watch
1
Star
0
Fork
You've already forked git-touch-android-ios-app
0
Code
Issues
Releases
Wiki
Activity
0b334f341e
git-touch-android-ios-app
/
lib
/
graphql
/
gh_repo_id.graphql
6 lines
106 B
GraphQL
Raw
Blame
History
query
GhRepoId
(
$owner
:
String
!
,
$name
:
String
!
)
{
repository
(
owner
:
$owner
,
name
:
$name
)
{
id
}
}
Reference in New Issue
View Git Blame
Copy Permalink