Add licenses plugin (#118)

This commit is contained in:
Simon Lecoq
2021-02-11 21:39:40 +01:00
committed by GitHub
parent 1f59169b11
commit 783e2b453b
12 changed files with 730 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
query LicensesRepository {
$account(login: "$owner") {
repository(name: "$name") {
licenseInfo {
spdxId
name
nickname
key
}
url
databaseId
}
}
}