21 lines
221 B
GraphQL
21 lines
221 B
GraphQL
query LicensesDefault {
|
|
licenses {
|
|
spdxId
|
|
name
|
|
nickname
|
|
key
|
|
limitations {
|
|
key
|
|
label
|
|
}
|
|
conditions {
|
|
key
|
|
label
|
|
}
|
|
permissions {
|
|
key
|
|
label
|
|
}
|
|
}
|
|
}
|