Landing Pages | GraphQL methods

Landing Pages | GraphQL methods

Query
  1. amlanding (id: Int! @doc(description: "Landing Id"))
    description: get information about a landing page
      • Related Articles

      • Landing Pages API

        1. Amasty\Xlanding\Api\PageRepositoryInterface - class for managing Landing Pages: POST /V1/amasty_xlanding/page, method="save" - create a landing page; PUT /V1/amasty_xlanding/page/:id, method="save" - edit a landing page; DELETE ...
      • What Amasty extensions support GraphQL?

        Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
      • Elastic Search and Advanced Search | GraphQL methods

        Queries xsearchProducts (search: String) description: products matching customers' search query xsearchRelatedTerms (search: String) description: get related search terms by query xsearchRecentlyViewed description: get an array of recently viewed ...
      • Improved Layered Navigation | GraphQL methods

        The Improved Layered Navigation extension doesn't have its own GraphQL requests. Instead, it extends the default Magento requests by introducing supplementary details. You can get additional information stored by the Improved Layered Navigation ...
      • SEO Toolkit | GraphQL

        The SEO Toolkit extension doesn't have its own GraphQL requests. Instead, it extends the default Magento types ProductInterface, CategoryInterface and CmsPage by introducing supplementary details. You can get additional information stored by SEO ...