1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-10 16:40:37 +01:00

6 lines
106 B
GraphQL
Raw Normal View History

2020-01-07 18:33:41 +08:00
query GhRepoId($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
id
}
}