Skip to main content

Product (Object)

Description

No description



Fields

NameDescription
description - String!
features - [String!]!
name - String!
prices - [ProductPrice!]
seatCapacity - Int!

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