OBJECT

ExpressAsset

link GraphQL Schema definition

1type ExpressAsset {
2
3id: String!
4
5numFavorites: Int!
6
7source: String!
8
9status: String!
10
11type: String!
12
13}

link Required by