Product (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| description - String! | |
| features - [String!]! | |
| name - String! | |
| prices - [ProductPrice!] | |
| seatCapacity - Int! |
type Product {
description: String!
features: [String!]!
name: String!
prices: [ProductPrice!]
seatCapacity: Int!
}