mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 18:39:26 -05:00
6 lines
106 B
GraphQL
6 lines
106 B
GraphQL
query GhRepoId($owner: String!, $name: String!) {
|
|
repository(owner: $owner, name: $name) {
|
|
id
|
|
}
|
|
}
|