LogoLogo
User ManualChangelogRoadmapAboutYouTube
GraphQL API
GraphQL API
  • GraphQL API
  • Overview
    • Query types
      • Stream queries
    • Error codes
    • Schema
      • Queries
      • Mutations
      • Objects
      • Interfaces
      • Scalars
      • Input objects
      • Enums
      • Unions
  • CHANGELOG
    • Changelog
    • Breaking changes
  • Guides
    • Authentication
    • Basic query tutorial
    • Batching mutations
    • Integrating data
  • Query examples
    • List of products with attributes and they values in product stream
    • Get information about specific product and specific attribute values in specific language
    • List of 100 grouped products with simple and variable products in stream
    • List of grouped products with simple and variable products AFTER some end cursor
    • List of active languages
    • List of templates with attributes
    • List of all multimedia in stream
    • List of product relations for a specific product
    • Get values of custom fields
    • Create a simple product
    • Create a grouping product
    • Create a variable product
    • Add a child product to grouping one
    • Set quantity of child product
    • Remove a child product from grouping one
    • Add a variant to variable product
    • Get products with variants, binding attributes and variants list
    • Remove a variant product from variable one
    • Multimedia create
    • Add images to the gallery attribute
    • Change the name of the multimedia
    • Set alternative value for a multimedia
    • Delete Multimedia
    • Add a file to the product
    • Get attributes list by SKU
    • Create a product and assign / modify attributes values
    • Assign the template to a product
    • Create a category
    • Get category tree by category tree code
    • Get a specific category with values of the category attribute
    • Set multiple options in multiselect attribute on specific product
  • Add option to select type attribute
Powered by GitBook
On this page
  • 2023-08-23
  • 2023-05-08
  • 2022-09-26
  • 2022-08-09
  • 2022-06-09
  • 2022-05-04
  • 2022-03-15
  • 2022-01-31
  • 2022-01-18

Was this helpful?

Export as PDF
  1. CHANGELOG

Breaking changes

The list of recent and upcoming breaking changes

At Ergonode we strive to make your integration process as fluent as possible but from time to time we discover a flaw in the design of the schema or introduce a really cool new feature that is impossible to be provided in a fully-compatible non-breaking way.

In such a situation, we will always aim to not break your integration with the new release and provide you with a transition period of approximately 3-months to adjust your consumer. Every such change shall be communicated in the following list.

2023-08-23

Breaking change scheduled for 04-2024

  • MultiSelectAttribute.options is going to be removed

  • SelectAttribute.options is going to be removed

2023-05-08

Breaking change scheduled for 09-2023

  • MultimediaCreateInput.folderName is going to be removed

  • Mutation.multimediaSetFolder is going to be removed

2022-09-26

Breaking changes scheduled for 02-2023

  • AttributeValue.valueTranslations is going to be removed

2022-08-09

Breaking changes scheduled for 12-2022

  • Attribute.label is going to be removed

  • Option.label is going to be removed

  • OptionInput.label is going to be removed

  • Mutation.attributeSetLabel is going to be removed

  • label field is going to be removed from Attribute create mutation input objects

    • AttributeCreateDateInput

    • AttributeCreateFileInput

    • AttributeCreateGalleryInput

    • AttributeCreateImageInput

    • AttributeCreateMultiSelectInput

    • AttributeCreateNumericInput

    • AttributeCreatePriceInput

    • AttributeCreateProductRelationInput

    • AttributeCreateSelectInput

    • AttributeCreateTextareaInput

    • AttributeCreateTextInput

    • AttributeCreateUnitInput

2022-06-09

Breaking changes scheduled for 10-2022

  • GroupingProduct.childList is going to be removed

  • Template.name is going to be removed

  • Template.defaultLabel is going to be removed

2022-05-04

Breaking changes scheduled for 08-2022

  • TranslatedAttributeValue.inherited is going to be removed

  • Query.languageTreeLeafList is going to be removed

2022-03-15

Breaking change scheduled for 07-2022

  • Attribute.hint is going to be removed

  • Attribute.placeholder is going to be removed

  • Mutation.attributeSetHint is going to be removed

  • Mutation.attributeSetPlaceholder is going to be removed

  • placeholder and hint fields are going to be removed from Attribute create mutation input objects

    • AttributeCreateDateInput

    • AttributeCreateFileInput

    • AttributeCreateGalleryInput

    • AttributeCreateImageInput

    • AttributeCreateMultiSelectInput

    • AttributeCreateNumericInput

    • AttributeCreatePriceInput

    • AttributeCreateProductRelationInput

    • AttributeCreateSelectInput

    • AttributeCreateTextareaInput

    • AttributeCreateTextInput

    • AttributeCreateUnitInput

2022-01-31

Breaking change scheduled for 05-2022

  • Option.attribute is going to be removed

2022-01-18

Breaking change scheduled for 05-2022

  • AttributeValue.value is going to be removed

  • AttributeValue.code is going to be removed

PreviousChangelogNextAuthentication

Last updated 8 months ago

Was this helpful?