OBJECT

Product

link GraphQL Schema definition

1type Product {
2
3productId: Int!
7
4name: String
7
5description: String
7
6unitPrice: Float!
8
9}

link Required by