Skip to content

Commit 410e26f

Browse files
committed
LYNX-679: Added context for queries
1 parent 74d832b commit 410e26f

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

src/pages/graphql/schema/cart/queries/all-rules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
1111

1212
The `allCartRules` query returns a list of all active cart rules in the store.
1313

14+
Cart price rules apply discounts to items in the shopping cart, based on a set of conditions.
15+
1416
## Syntax
1517

1618
```graphql

src/pages/graphql/schema/customer/queries/all-groups.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
1111

1212
The `allCustomerGroups` query returns a list of available customer groups.
1313

14+
Customer groups determine which discounts are available and the tax class that is associated with the group.
15+
1416
## Syntax
1517

1618
```graphql

src/pages/graphql/schema/customer/queries/all-segments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
1111

1212
The `allCustomerSegments` query returns information about the available customer segments.
1313

14+
Customers segments allow shoppers to dynamically display content and promotions to specific customers, based on various properties.
15+
Some examples are customer address, order history, and shopping cart contents.
16+
1417
## Syntax
1518

1619
```graphql

src/pages/graphql/schema/customer/queries/segments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
1111

1212
The `customerSegments` query returns information about the customer segments associated with the current customer or guest.
1313

14+
Customers segments allow shoppers to dynamically display content and promotions to specific customers, based on various properties.
15+
Some examples are customer address, order history, and shopping cart contents.
16+
1417
## Syntax
1518

1619
```graphql

src/pages/graphql/schema/products/queries/all-rules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This query is part of the [Storefront Compatibility Package](https://experiencel
1111

1212
The `allCatalogRules` query returns a list of all active catalog rules in the store.
1313

14+
Catalog price rules can be used to offer products to buyers at a discounted price, based on a set of defined conditions.
15+
1416
## Syntax
1517

1618
```graphql

0 commit comments

Comments
 (0)