OBJECT

ProjectLicense

link GraphQL Schema definition

1type ProjectLicense {
2
3description: String
4
5id: Int
6
7images: [String]
8
9label: String
10
11license: String
12
13text: String
14
15url: String
16
17}

link Required by