chore: correct form fields

This commit is contained in:
Zotov Ivan Yuryevich
2026-06-01 20:54:42 +03:00
parent f0df39fbaf
commit cd6ed4eee5
4 changed files with 36 additions and 39 deletions

View File

@@ -203,6 +203,7 @@ export type ComponentCardsSolutionFiltersInput = {
export type ComponentSectionsAbout = {
__typename?: 'ComponentSectionsAbout';
anchor?: Maybe<Scalars['String']['output']>;
cards?: Maybe<Array<Maybe<ComponentCardsAdvantage>>>;
description?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
@@ -226,6 +227,7 @@ export type ComponentSectionsAboutPartnersArgs = {
export type ComponentSectionsCases = {
__typename?: 'ComponentSectionsCases';
anchor?: Maybe<Scalars['String']['output']>;
cards?: Maybe<Array<Maybe<ComponentCardsCase>>>;
description?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
@@ -241,6 +243,7 @@ export type ComponentSectionsCasesCardsArgs = {
export type ComponentSectionsHomeHero = {
__typename?: 'ComponentSectionsHomeHero';
anchor?: Maybe<Scalars['String']['output']>;
badge?: Maybe<Scalars['String']['output']>;
description?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
@@ -257,6 +260,7 @@ export type ComponentSectionsHomeHeroStatsArgs = {
export type ComponentSectionsServices = {
__typename?: 'ComponentSectionsServices';
anchor?: Maybe<Scalars['String']['output']>;
cards?: Maybe<Array<Maybe<ComponentCardsService>>>;
description?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
@@ -272,6 +276,7 @@ export type ComponentSectionsServicesCardsArgs = {
export type ComponentSectionsSolutions = {
__typename?: 'ComponentSectionsSolutions';
anchor?: Maybe<Scalars['String']['output']>;
cards?: Maybe<Array<Maybe<ComponentCardsSolution>>>;
description?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];