Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ shapes (see the `ClaimIntentStepContent` union).
"""
type ClaimIntentStep {
id: ID!
text: String!
text: String
content: ClaimIntentStepContent!
isRegrettable: Boolean!
}
Expand Down Expand Up @@ -3300,6 +3300,11 @@ type Product {
"""
tagline: String!
"""
Localized tagline of the product to be used during purchase flow. This gives editors
a couple of tagline options to choose for.
"""
purchaseFlowTagline: String!
"""
The pillow image asset associated with this product.
"""
pillowImage: StoryblokImageAsset!
Expand Down
Loading