OBJECT

Tool

link GraphQL Schema definition

1type Tool {
2
3approved: Int
4
5backgroundColor: String
6
7backgroundImage: ProjectCoverImageSizes
8
9category: String
10
11categoryId: Int
12
13categoryLabel: String
14
15id: Int
16
17synonym: TagSynonym
18
19title: String
20
21url: String
22
23}