Look up an open source license by its key
Arguments
String [scalar]
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
The license's downcased SPDX ID
Returns
License [object]
A repository's open source license
Implements
Attributes
The full text of the license
The conditions set by the license
A human-readable description of the license
Whether the license should be featured
Whether the license should be displayed in license pickers
The Node ID of the License object
Instructions on how to implement the license
The lowercased SPDX ID of the license
The limitations set by the license
The license full name specified by <https://spdx.org/licenses>
Customary short name if applicable (e.g, GPLv3)
The permissions set by the license
Whether the license is a pseudo-license placeholder (e.g., other, no-license)
Short identifier specified by <https://spdx.org/licenses>
URL to the license on <https://choosealicense.com>