git-touch-android-ios-app/lib/graphql/gh_repo_id.graphql

6 lines
106 B
GraphQL
Raw Normal View History

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