From 793dfaf739bfa88d92d0ee1e3a9fe02219ee6e10 Mon Sep 17 00:00:00 2001 From: Jan-Erik S <6697396+Bhavatu@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:03:31 +0200 Subject: [PATCH] update generated graphql.ts --- common/__generated__/graphql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/__generated__/graphql.ts b/common/__generated__/graphql.ts index 57a01c50..534e8d9c 100644 --- a/common/__generated__/graphql.ts +++ b/common/__generated__/graphql.ts @@ -12227,7 +12227,7 @@ export type GetPlanPageIndicatorListQuery = ( { id?: string | null, slug: string, title: string, lastPublishedAt?: any | null } & { __typename: 'AccessibilityStatementPage' | 'ActionListPage' | 'CategoryPage' | 'CategoryTypePage' | 'EmptyPage' | 'ImpactGroupPage' | 'Page' | 'PlanRootPage' | 'PrivacyPolicyPage' | 'StaticPage' } ) | ( - { leadContent?: string | null, displayInsights?: boolean | null, includeRelatedPlans?: boolean | null, id?: string | null, slug: string, title: string, lastPublishedAt?: any | null } + { leadContent?: string | null, displayInsights?: boolean | null, displayLevel?: boolean | null, includeRelatedPlans?: boolean | null, id?: string | null, slug: string, title: string, lastPublishedAt?: any | null } & { __typename: 'IndicatorListPage' } ) | null } & { __typename?: 'Query' }