Skip to main content

Product

No description

type Product {
available: Boolean!
clickwrap_agreement: String
clickwrap_agreement_html: String
convention: Convention!
description: String
description_html: String
id: ID!
image: ActiveStorageAttachment
image_url: String @deprecated
name: String!
order_quantities_by_status: [OrderQuantityByStatus!]!
payment_options: [String!]!
pricing_structure: PricingStructure!
product_variants: [ProductVariant!]!
provides_ticket_type: TicketType
}

Fields

Product.available ● Boolean! non-null scalar

Product.clickwrap_agreement ● String scalar

Product.clickwrap_agreement_html ● String scalar

Product.convention ● Convention! non-null object

Product.description ● String scalar

Product.description_html ● String scalar

Product.id ● ID! non-null scalar

Product.image ● ActiveStorageAttachment object

Product.image_url ● String deprecated scalar

DEPRECATED

Please use the image field instead.

Product.name ● String! non-null scalar

Product.order_quantities_by_status ● [OrderQuantityByStatus!]! non-null object

Product.payment_options ● [String!]! non-null scalar

Product.pricing_structure ● PricingStructure! non-null object

Product.product_variants ● [ProductVariant!]! non-null object

Product.provides_ticket_type ● TicketType object

Member Of

Convention object ● Coupon object ● CreateProductPayload object ● DeleteProductPayload object ● OrderEntry object ● ProductVariant object ● SalesCountByProductAndPaymentAmount object ● TicketType object ● UpdateProductPayload object