OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateArticleInput!, : Int!): Article!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- # articleId: [Not documented]
- (
- : UpdateArticleInput!,
- : Int!,
- : Int!
- ): Article!
- # Arguments
- # siteId: New site Id of overridden article
- # articleId: Article id to override
- (: Int!, : Int!): Article!
- # Arguments
- # siteId: [Not documented]
- # articleId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: UnpublishArticlesInput!, : Int!): [Article]!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: PublishArticlesInput!, : Int!): [Article]!
- # Arguments
- # input: Ids of articles to publish
- # siteId: Id of site which possesses the category
- # categoryId: Id of the category on which articles will be
- # published
- (
- : [Int]!,
- : Int!,
- : Int!
- ): [Article]!
- # Arguments
- # input: Ids of articles to unpublish
- # siteId: Id of site which possesses the category
- # categoryId: Id of the category on which articles will be
- # unpublished
- (
- : [Int]!,
- : Int!,
- : Int!
- ): [Article]!
- # Arguments
- # input: [Not documented]
- (: CreateCompanyInput!): Company!
- # Arguments
- # input: [Not documented]
- # companyId: [Not documented]
- (: UpdateCompanyInput!, : Int!): Company!
- # Arguments
- # companyId: [Not documented]
- (: Int!): Boolean!
- # Arguments
- # input: [Not documented]
- (: CreateUserCompanyInput!): UserCompany!
- # Arguments
- # input: [Not documented]
- # userCompanyId: [Not documented]
- (
- : UpdateUserCompanyInput!,
- : Int!
- ): UserCompany!
- # Arguments
- # userCompanyId: [Not documented]
- (: Int!): Boolean!
- # Arguments
- # input: List of parameters to create a site
- (: CreateSiteInput!): Site!
- # Arguments
- # input: List of parameters to update a site
- # siteId: Site Id to update
- (: UpdateSiteInput!, : Int!): Site!
- # Arguments
- # input: Data input
- # siteId: Site Id to update
- (
- : UpdateVariationInput!,
- : Int!
- ): Site!
- # Arguments
- # siteId: Id of your site
- # contactEmail: Your new email of contact
- (: Int!, : String!): Site!
- # Arguments
- # siteId: Site Id to delete
- (: Int!): Boolean!
- # Arguments
- # siteHost: Host of a site (or a platform) you want to enable
- # HTTPS support, e.g.: example.com.
- (: String!): Site!
- # Arguments
- # siteHost: Host of a site (or a platform) you want to disable
- # HTTPS support, e.g.: example.com.
- (: String!): Site!
- # Arguments
- # siteId: Site Id to enable ssl
- (: Int!): Boolean!
- # Arguments
- # siteId: Site Id to disable ssl
- (: Int!): Boolean!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateFieldInput!, : Int!): Field!
- # Arguments
- # input: [Not documented]
- # fieldId: [Not documented]
- # siteId: [Not documented]
- (: UpdateFieldInput!, : Int!, : Int!): Field!
- # Arguments
- # fieldId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # fieldId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Field!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (
- : CreateCallTrackingInput!,
- : Int!
- ): CallTracking!
- # Arguments
- # input: [Not documented]
- # callTrackingId: [Not documented]
- (
- : UpdateCallTrackingInput!,
- : Int!
- ): CallTracking!
- # Arguments
- # siteId: [Not documented]
- # phoneDestination: Your new phone number (the real number, not
- # the tracked/mirror one)
- # useCallCenterNumber: Should use call center number?
- (
- : Int!,
- : String!,
- : Boolean
- ): CallTracking!
- # Arguments
- # callTrackingId: [Not documented]
- (: Int!): Boolean!
- # Arguments
- # input: [Not documented]
- # companyId: [Not documented]
- (: CreateUserInput!, : Int!): User!
- # Arguments
- # input: [Not documented]
- # companyId: [Not documented]
- # userId: [Not documented]
- (: UpdateUserInput!, : Int!, : Int!): User!
- # Arguments
- # companyId: [Not documented]
- # userId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # siteId: New site Id of overridden page
- # pageId: Page id to override
- (: Int!, : Int!): Page!
- # Arguments
- # input: [Not documented]
- # siteId: New site Id of overridden page
- # pageId: Page id to override
- (: UpdatePageInput!, : Int!, : Int!): Page!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateLocationInput!, : Int!): Location!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- # locationId: [Not documented]
- (
- : UpdateLocationInput!,
- : Int!,
- : Int!
- ): Location!
- # Arguments
- # locationId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # locationId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Location!
- # Arguments
- # input: [Not documented]
- (: CreateThemeInput!): ThemeV2!
- # Arguments
- # input: [Not documented]
- # themeId: [Not documented]
- (: UpdateThemeInput!, : Int!): ThemeV2!
- # Arguments
- # themeId: [Not documented]
- (: Int!): Boolean!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateCategoryInput!, : Int!): Category!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- # categoryId: [Not documented]
- (
- : UpdateCategoryInput!,
- : Int!,
- : Int!
- ): Category!
- # Arguments
- # siteId: Id of site on which category exists
- # categoryId: Id of the category to delete
- (: Int!, : Int!): Boolean!
- # Arguments
- # siteId: Id of site on which category exists
- # categoryId: Id of the category to override
- (: Int!, : Int!): Category!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateImagineInput!, : Int!): ImagineList!
- # Arguments
- # input: [Not documented]
- # imagineId: [Not documented]
- # siteId: [Not documented]
- (
- : UpdateImagineInput!,
- : Int!,
- : Int!
- ): ImagineList!
- # Arguments
- # imagineId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # imagineId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): ImagineList!
- # Push (and not create) new medias in an ImagineList
- #
- # Arguments
- # input: Input data
- # siteId: Site id where the image needs to be created
- # imagineId: Imagine list id
- (
- : CreateImagineMediasInput!,
- : Int!,
- : Int!
- ): [ImagineImageList!]
- # Create a new image in a list
- #
- # Arguments
- # input: Input data
- # siteId: Site id where the image needs to be created
- # imagineId: Imagine list id
- (
- : CreateImagineImageInput!,
- : Int!,
- : Int!
- ): ImagineImageList!
- # Update an image in a list
- #
- # Arguments
- # input: Input data
- # imageId: Image id to update
- # imagineId: Imagine list id
- # siteId: Site id where the image needs to be updated
- (
- : UpdateImagineImageInput!,
- : Int!,
- : Int!,
- : Int!
- ): ImagineImageList!
- # Delete an image from a list
- #
- # Arguments
- # imageId: Image id to delete
- # imagineId: Imagine list id
- # siteId: Site id where the image needs to be deleted
- (: Int!, : Int!, : Int!): Boolean!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateTeamWorkerInput!, : Int!): TeamWorker!
- # Arguments
- # input: [Not documented]
- # teamWorkerId: [Not documented]
- # siteId: [Not documented]
- (
- : UpdateTeamWorkerInput!,
- : Int!,
- : Int!
- ): TeamWorker!
- # Arguments
- # teamWorkerId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Create a new Media category
- #
- # Arguments
- # input: Input data
- # siteId: Id of the Site where the Media category will be created
- (
- : CreateMediaCategoryInput!,
- : Int!
- ): MediaCategory!
- # Update a Media category
- #
- # Arguments
- # input: Input data
- # mediaCategoryId: Id of the Media category to update
- # siteId: Id of the Site where the Media category will be updated
- (
- : UpdateMediaCategoryInput!,
- : Int!,
- : Int!
- ): MediaCategory!
- # Delete a Media category
- #
- # Arguments
- # mediaCategoryId: Id of the Media category to delete
- # siteId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Update the platform's sites theme
- #
- # Arguments
- # input: Input data
- # siteId: Id of the Platform
- (
- : UpdatePlatformSitesThemeInput!,
- : Int!
- ): Boolean!
- # Update themes for the given sites
- #
- # Arguments
- # input: Input data
- (: UpdateSitesThemeInput!): Boolean!
- # Create a new Image Slider
- #
- # Arguments
- # input: Input data
- # siteId: Id of a Site where the Image Slider will be created.
- (: CreateImageSliderInput!, : Int!): ImageSlider!
- # Update an Image Slider
- #
- # Arguments
- # input: Input data
- # siteId: Id of a Site that owns the Image Slider
- # imageSliderId: Id of the ImageSlider to update
- (
- : UpdateImageSliderInput!,
- : Int!,
- : Int!
- ): ImageSlider!
- # Arguments
- # siteId: Id of a Site that will owns the overridden Image Slider
- # imageSliderId: Id of the ImageSlider to update
- (: Int!, : Int!): ImageSlider!
- # Upload a Media
- #
- # Arguments
- # siteId: Id of the Site where Medias will be uploaded.
- # categoriesIds: Ids of Categories where the uploaded Medias will
- # belongs.
- (: Int!, : [Int]): [Media!]!
- # Arguments
- # mediaId: [Not documented]
- # siteId: [Not documented]
- (: Int!, : Int!): Media!
- # Update a Media
- #
- # Arguments
- # input: Input data
- # mediaId: Id of the Media to update
- # siteId: Id of the Site where the Media will be updated
- (: UpdateMediaInput!, : Int!, : Int!): Media!
- # Bulk update Medias
- #
- # Arguments
- # input: Input data
- # siteId: Id of the Site where Medias will be updated
- (: BulkUpdateMediasInput!, : Int!): [Media]
- # Delete a Media
- #
- # Arguments
- # mediaId: Id of the Media to delete
- # siteId: Id of the site where the Media will be deleted
- (: Int!, : Int!): Boolean!
- # Bulk delete Media
- #
- # Arguments
- # input: Input data
- (: BulkDeleteMediaInput!): Boolean!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (: CreateServiceInput!, : Int!): Service!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- # serviceId: [Not documented]
- (
- : UpdateServiceInput!,
- : Int!,
- : Int!
- ): Service!
- # Arguments
- # siteId: New site Id of overridden service
- # serviceId: Service id to override
- (: Int!, : Int!): Service!
- # Arguments
- # siteId: [Not documented]
- # serviceId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # siteId: [Not documented]
- # serviceCategoryId: [Not documented]
- # servicesIds: [Not documented]
- (
- : Int!,
- : Int!,
- : [Int!]!
- ): [Service!]!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (
- : CreateServiceCategoryInput!,
- : Int!
- ): ServiceCategory!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- # serviceCategoryId: [Not documented]
- (
- : UpdateServiceCategoryInput!,
- : Int!,
- : Int!
- ): ServiceCategory!
- # Arguments
- # siteId: New site Id of overridden service
- # serviceCategoryId: ServiceCategory id to override
- (
- : Int!,
- : Int!
- ): ServiceCategory!
- # Arguments
- # siteId: [Not documented]
- # serviceCategoryId: [Not documented]
- (: Int!, : Int!): Boolean!
- # Arguments
- # siteId: [Not documented]
- # serviceCategoriesIds: [Not documented]
- (
- : Int!,
- : [Int!]!
- ): [ServiceCategory!]!
- # Arguments
- # input: [Not documented]
- # siteId: [Not documented]
- (
- : CreateReviewSubmissionInput!,
- : Int!
- ): ReviewSubmission!
- # Arguments
- # siteId: Site id of submission
- # reviewSubmissionId: Review submission id
- (
- : Int!,
- : Int!
- ): ReviewSubmission!
- # Arguments
- # input: [Not documented]
- # siteId: Site id of review
- (: CommentReviewInput!, : Int!): Review!
- # Arguments
- # input: [Not documented]
- # siteId: Id of a Site
- # prevGroupId: Id of a Group
- # nextGroupId: Id of a Group
- (
- : CreateAlpGroupInput!,
- : Int!,
- : Int,
- : Int
- ): AlpGroup!
- # Arguments
- # input: [Not documented]
- # siteId: Id of a Site
- # groupId: Id of the Group to update
- (
- : UpdateAlpGroupInput!,
- : Int!,
- : Int!
- ): AlpGroup!
- # Arguments
- # siteId: Id of a Site
- # groupId: Id of the Group to update
- # prevGroupId: Id of a Group
- # nextGroupId: Id of a Group
- (
- : Int!,
- : Int!,
- : Int,
- : Int
- ): Boolean!
- # Arguments
- # siteId: Id of a Site
- # groupId: Id of the Group to delete
- (: Int!, : Int): Boolean!
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # widgetId: Id of the Widget to move
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : Int!
- ): Boolean!
- # Arguments
- # siteId: Id of a Site
- # widgetId: Id of the Widget to delete
- (: Int!, : Int!): Boolean!
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpAddressWidgetInput
- ): AlpAddressWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpArticleWidgetInput
- ): AlpArticleWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpArticlesWidgetInput
- ): AlpArticlesWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpContactEmailWidgetInput
- ): AlpContactEmailWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpContactFormSubmissionsWidgetInput
- ): AlpContactFormSubmissionsWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpCustomFieldImageWidgetInput
- ): AlpCustomFieldImageWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpCustomFieldListWidgetInput
- ): AlpCustomFieldListWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpCustomFieldWidgetInput
- ): AlpCustomFieldWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpImagineListWidgetInput
- ): AlpImagineListWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpLogoWidgetInput
- ): AlpLogoWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpPhoneWidgetInput
- ): AlpPhoneWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpScheduleWidgetInput
- ): AlpScheduleWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpServicesWidgetInput
- ): AlpServicesWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpReviewsWidgetInput
- ): AlpReviewsWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpSliderWidgetInput
- ): AlpSliderWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpTextWidgetInput
- ): AlpTextWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # groupId: Id of the Group which will contains this Widget.
- # prevWidgetId: Id of a Widget which will precedes this Widget.
- # nextWidgetId: Id of a Widget which will follows this Widget.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : Int,
- : Int,
- : CreateAlpSiteCallsWidgetInput
- ): AlpSiteCallsWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpAddressWidgetInput
- ): AlpAddressWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpArticleWidgetInput
- ): AlpArticleWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpArticlesWidgetInput
- ): AlpArticlesWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpContactEmailWidgetInput
- ): AlpContactEmailWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpContactFormSubmissionsWidgetInput
- ): AlpContactFormSubmissionsWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpCustomFieldImageWidgetInput
- ): AlpCustomFieldImageWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpCustomFieldListWidgetInput
- ): AlpCustomFieldListWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpCustomFieldWidgetInput
- ): AlpCustomFieldWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpImagineListWidgetInput
- ): AlpImagineListWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpLogoWidgetInput
- ): AlpLogoWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpPhoneWidgetInput
- ): AlpPhoneWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpScheduleWidgetInput
- ): AlpScheduleWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpServicesWidgetInput
- ): AlpServicesWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpReviewsWidgetInput
- ): AlpReviewsWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpSliderWidgetInput
- ): AlpSliderWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpTextWidgetInput
- ): AlpTextWidget
- # Arguments
- # siteId: Id of the Site which owns Group `groupId`.
- # widgetId: Id of the Widget to update.
- # input: Input data.
- (
- : Int!,
- : Int!,
- : UpdateAlpSiteCallsWidgetInput
- ): AlpSiteCallsWidget
- }
link Require by
This element is not required by anyone