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