Skip to main content
Skip to content

ライセンス

ライセンス カテゴリの GraphQL スキーマの種類に関するリファレンス ドキュメント。

Queries

license

Query

Look up an open source license by its key.

タイプ: License

license の引数

名前説明

key (String!)

The license's downcased SPDX ID.

licenses

Query

Return a list of known open source licenses.

タイプ: [License]!

Objects

License

Object

A repository's open source license.

License 実装

License のフィールド

名前説明

body (String!)

The full text of the license.

conditions ([LicenseRule]!)

The conditions set by the license.

description (String)

A human-readable description of the license.

featured (Boolean!)

Whether the license should be featured.

hidden (Boolean!)

Whether the license should be displayed in license pickers.

id (ID!)

The Node ID of the License object.

implementation (String)

Instructions on how to implement the license.