Skip to content

Commit

Permalink
Clarify existing queries
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdixon committed Sep 26, 2024
1 parent 853f552 commit 64816f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions migration-guide/queries/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 64816f9

Please sign in to comment.