add contacts to icon hepler
This commit is contained in:
@@ -227,6 +227,22 @@ type ComponentSharedContact {
|
||||
value: String!
|
||||
}
|
||||
|
||||
input ComponentSharedContactFiltersInput {
|
||||
and: [ComponentSharedContactFiltersInput]
|
||||
displayValue: StringFilterInput
|
||||
not: ComponentSharedContactFiltersInput
|
||||
or: [ComponentSharedContactFiltersInput]
|
||||
type: StringFilterInput
|
||||
value: StringFilterInput
|
||||
}
|
||||
|
||||
input ComponentSharedContactInput {
|
||||
displayValue: String
|
||||
id: ID
|
||||
type: ENUM_COMPONENTSHAREDCONTACT_TYPE
|
||||
value: String
|
||||
}
|
||||
|
||||
type ComponentSharedIcon {
|
||||
id: ID!
|
||||
value: ENUM_COMPONENTSHAREDICON_VALUE
|
||||
@@ -678,6 +694,7 @@ type ReviewWorkflowsWorkflowStageRelationResponseCollection {
|
||||
}
|
||||
|
||||
type SiteConfig {
|
||||
contacts(filters: ComponentSharedContactFiltersInput, pagination: PaginationArg = {}, sort: [String] = []): [ComponentSharedContact]
|
||||
createdAt: DateTime
|
||||
description: String
|
||||
documentId: ID!
|
||||
@@ -687,6 +704,7 @@ type SiteConfig {
|
||||
}
|
||||
|
||||
input SiteConfigInput {
|
||||
contacts: [ComponentSharedContactInput]
|
||||
description: String
|
||||
publishedAt: DateTime
|
||||
title: String
|
||||
|
||||
Reference in New Issue
Block a user