chore: correct form fields
This commit is contained in:
@@ -158,6 +158,7 @@ input ComponentCardsSolutionFiltersInput {
|
||||
}
|
||||
|
||||
type ComponentSectionsAbout {
|
||||
anchor: String
|
||||
cards(filters: ComponentCardsAdvantageFiltersInput, pagination: PaginationArg = {}, sort: [String] = []): [ComponentCardsAdvantage]
|
||||
description: String
|
||||
id: ID!
|
||||
@@ -166,6 +167,7 @@ type ComponentSectionsAbout {
|
||||
}
|
||||
|
||||
type ComponentSectionsCases {
|
||||
anchor: String
|
||||
cards(filters: ComponentCardsCaseFiltersInput, pagination: PaginationArg = {}, sort: [String] = []): [ComponentCardsCase]
|
||||
description: String
|
||||
id: ID!
|
||||
@@ -173,6 +175,7 @@ type ComponentSectionsCases {
|
||||
}
|
||||
|
||||
type ComponentSectionsHomeHero {
|
||||
anchor: String
|
||||
badge: String
|
||||
description: String
|
||||
id: ID!
|
||||
@@ -181,6 +184,7 @@ type ComponentSectionsHomeHero {
|
||||
}
|
||||
|
||||
type ComponentSectionsServices {
|
||||
anchor: String
|
||||
cards(filters: ComponentCardsServiceFiltersInput, pagination: PaginationArg = {}, sort: [String] = []): [ComponentCardsService]
|
||||
description: String
|
||||
id: ID!
|
||||
@@ -188,6 +192,7 @@ type ComponentSectionsServices {
|
||||
}
|
||||
|
||||
type ComponentSectionsSolutions {
|
||||
anchor: String
|
||||
cards(filters: ComponentCardsSolutionFiltersInput, pagination: PaginationArg = {}, sort: [String] = []): [ComponentCardsSolution]
|
||||
description: String
|
||||
id: ID!
|
||||
|
||||
Reference in New Issue
Block a user