Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e106cbb

Browse files
committed
GraphQL #933
1 parent edbc345 commit e106cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/graphql/customer-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute | Data Type | Description
88
`email` | String | The customer's email address
99
`firstname` | String | The customer's first name
1010
`gender` | Int | The customer's gender (Male - 1, Female - 2)
11-
`group_id` | Int | The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
11+
`group_id` | Int | Deprecated. This attribute should not be exposed in GraphQL. The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
1212
`id` | Int | The ID assigned to the customer
1313
`is_subscribed` | Boolean | Indicates whether the customer is subscribed to the company's newsletter
1414
`lastname` | String | The customer's family name

_includes/graphql/customer-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute | Data Type | Description
88
`email` | String | The customer's email address
99
`firstname` | String | The customer's first name
1010
`gender` | Int | The customer's gender (Male - 1, Female - 2)
11-
`group_id` | Int | The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
11+
`group_id` | Int | Deprecated. This attribute should not be exposed in GraphQL. The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
1212
`id` | Int | The ID assigned to the customer
1313
`is_subscribed` | Boolean | Indicates whether the customer is subscribed to the company's newsletter
1414
`lastname` | String | The customer's family name

0 commit comments

Comments
 (0)