☰
product
Queries for a product
Finds and returns a product with the inserted Id
Function signature
product(companyId: Int!,productId: Int!): Product!
Type
Arguments
Required fields are marked with "!"companyId: Int!
productId: Int!