product
Return a single product, by specifying it's ID.
product(
id: ID!
trashed: Trashed
): Product
Arguments
product.id
● ID!
non-null scalar
product.trashed
● Trashed
enum
Type
Product
object
Represents information about a product.