From 64816f91191700dc603ef52ecf3dcb26dd5c7c52 Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Fri, 27 Sep 2024 08:35:16 +1000 Subject: [PATCH] Clarify existing queries --- migration-guide/queries/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 migration-guide/queries/README.md diff --git a/migration-guide/queries/README.md b/migration-guide/queries/README.md new file mode 100644 index 00000000..1d818ab7 --- /dev/null +++ b/migration-guide/queries/README.md @@ -0,0 +1,9 @@ +# Existing Queries + +During the migration process, it can be helpful to examine the original queries from the JS Buy SDK. + +- [Original](./original/) - Raw JS Buy SDK operations + +- [Cleaned](./cleaned/) - Existing JS Buy SDK operations with duplicate values and aliases removed + +- [Ideal](./ideal/) - Operations that contains only the key/common model fields