feat(github): add meta screen

This commit is contained in:
Rongjian Zhang
2022-09-20 01:26:38 +08:00
parent 5b7b465b09
commit f0b52e82ab
4 changed files with 57 additions and 0 deletions

View File

@@ -1105,3 +1105,15 @@ query Releases($name: String!, $owner: String!, $cursor: String) {
}
}
}
# meta
query Meta {
meta {
gitHubServicesSha
gitIpAddresses
hookIpAddresses
importerIpAddresses
isPasswordAuthenticationVerifiable
pagesIpAddresses
}
}