1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-30 07:34:49 +01:00
2020-01-07 18:33:41 +08:00

6 lines
106 B
GraphQL

query GhRepoId($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
id
}
}