Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: re-introduce paramsSerializer (#408)
We reintroduce the `paramsSerializer` (again) after removing it [here](#370). This is to unblock [the axios bump in contentful-merge](contentful/contentful-merge#462) or the skd-core bump [as such](contentful/contentful-merge#552). We saw that tests were failing because the query set together [here](https://github.com/contentful/contentful-merge/blob/main/src/engine/create-changeset/tasks/create-fetch-partial-entities-task.ts#L43) can not properly be handled by the API anymore and instead runs into `error: InvalidQuery: The query you sent was invalid. Probably a filter or ordering specification is not applicable to the type of a field.` Tested locally on `contentful.js` and `contentful-merge`
- Loading branch information