OBJECT
LicenseTopic
link GraphQL Schema definition
- type LicenseTopic implements Node {
- : ID!
- # Name of the license topic
- : String!
- : [LicenseRequirementTopic!]
- }
OBJECT
- type LicenseTopic implements Node {
- : ID!
- # Name of the license topic
- : String!
- : [LicenseRequirementTopic!]
- }