mirror of
https://github.com/git-touch/git-touch
synced 2024-12-18 19:22:54 +01:00
6 lines
106 B
GraphQL
6 lines
106 B
GraphQL
query GhRepoId($owner: String!, $name: String!) {
|
|
repository(owner: $owner, name: $name) {
|
|
id
|
|
}
|
|
}
|