MarketplaceProductQuestion
This page contains
Fields
| id: ID! | |
| title: String! | |
| comment: String! | |
| author: User! PREVIEW | |
| lastModified: Date! | |
| answerCount: Int! | |
| answers: [MarketplaceProductQuestionAnswer!]! PREVIEW | |
| answer(answerId: ID!): MarketplaceProductQuestionAnswer PREVIEW |
Parent objects of MarketplaceProductQuestion
| MarketplaceProduct | Product for the marketplace UI |
Mutations for MarketplaceProductQuestion
| createMarketplaceProductQuestion PREVIEW |
Queries for MarketplaceProductQuestion
| marketplaceProduct | Query a marketplace product |