OBJECT

Inventory

link GraphQL Schema definition

1type Inventory {
2
3productId: Int!
5
4quantity: Int!
6
7}

link Required by