chore: correct form fields
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user