Types > StorefrontProductQuestionAnswer
Storefront APITypesStorefrontProductQuestionAnswer
StorefrontProductQuestionAnswer

Description

Topic: Product Questions

Fields

created_at: String!

The date and time when the answer was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


customer: StorefrontCustomer


detected_language: InfoLanguage


flagged: Boolean!

Whether you flagged for this answer

Example: false


id: String!

Unique answer identifier. See also: Unique Identifiers

Example: "aq_EQzGqWoY"


no_count: Int!

Number of times this answer was voted no

Example: 5


product: StorefrontProduct


question: StorefrontProductQuestion


status: ApprovalStatus!

Publishing approval status


text: String!

Text of the answer

Example: "Great product!"


updated_at: String!

The date and time when the answer was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


user: StorefrontUser


voted: StorefrontCustomerVote!

Whether customer voted or not and how


yes_count: Int!

Number of times this answer was voted yes

Example: 5


Used By

Mutations

storefrontProductQuestionsAnswersCreate, storefrontProductQuestionsAnswersModify

Types

StorefrontProductQuestion

Preview (typescript)

Loading module