Skip to content

Commit 843bc82

Browse files
authored
Merge pull request #407 from magento/remove-global-req
Remove global uniqueness requirement from graphql single add to cart …
2 parents 0cc6ac2 + 009bcdd commit 843bc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-documents/graph-ql/coverage/add-items-to-cart-single-mutation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Each product may have options. Option can be of 2 types (see example below):
3131
]
3232
```
3333

34-
We can consider "Selected Option" and "ID for Entered Option" as a globally unique identifier. They meet the criteria:
34+
We can consider "Selected Option" and "ID for Entered Option" as a unique identifier. They meet the criteria:
3535

3636
- "Selected Option" represents option value, while "ID for Entered Option" represents option
3737
- Must be unique across different options

0 commit comments

Comments
 (0)