Product
No description
type Product {
description: String!
features: [String!]!
name: String!
prices: [ProductPrice!]
seatCapacity: Int!
}
No description
type Product {
description: String!
features: [String!]!
name: String!
prices: [ProductPrice!]
seatCapacity: Int!
}
description
(String!
)features
([String!]!
)name
(String!
)prices
([ProductPrice!]
)seatCapacity
(Int!
)