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!