OBJECT
Product
link GraphQL Schema definition
- type Product {
- String :
- ID! :
- # The name of the product
- String :
- # The price of the product
- String :
- # The available amount of the product
- String :
- # Tax description
- String :
- # Tax rate
- String :
- # If product has tax rate
- Boolean :
- # Indicates if the product has unlimited amount
- Boolean :
- # Owner of the product
- User :
- }