webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.32k stars 603 forks source link

fix(api-headless-cms): reference field id is now RevisionId scalar #4148

Closed brunozoric closed 4 months ago

brunozoric commented 4 months ago

Changes

This PR adds a RevisionId scalar, which makes sure that the received string is of revisionId format (abcdefg#0001).

This will make sure that our users cant try to create an entry with malformed reference field id value.

How Has This Been Tested?

Jest.