From eb3a7f8237764e8336a766601565b46422e5107d Mon Sep 17 00:00:00 2001 From: StylianosGakis <44558292+StylianosGakis@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:05:20 +0000 Subject: [PATCH] Update GQL Schema --- .../com/hedvig/android/apollo/octopus/schema.graphqls | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus/schema.graphqls b/app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus/schema.graphqls index 503764e9af..103b68bb8f 100644 --- a/app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus/schema.graphqls +++ b/app/apollo/apollo-octopus-public/src/commonMain/graphql/com/hedvig/android/apollo/octopus/schema.graphqls @@ -655,7 +655,7 @@ shapes (see the `ClaimIntentStepContent` union). """ type ClaimIntentStep { id: ID! - text: String! + text: String content: ClaimIntentStepContent! isRegrettable: Boolean! } @@ -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!