File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/pages/graphql/schema/customer/queries Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ The following call returns segments currently applied to the visitor.
44
44
{
45
45
"customerSegments" : [
46
46
{
47
- "name" : " John " ,
48
- "description" : " Doe " ,
47
+ "name" : " Segment A " ,
48
+ "description" : " Segment applied to visitors only " ,
49
49
"apply_to" : " VISITOR"
50
50
}
51
51
]
@@ -54,7 +54,4 @@ The following call returns segments currently applied to the visitor.
54
54
55
55
## Related topics
56
56
57
- * [ isEmailAvailable query] ( ../../b2b/company/queries/is-company-email-available.md )
58
- * [ generateCustomerToken mutation] ( ../mutations/generate-token.md )
59
- * [ createCustomerV2 mutation] ( ../mutations/create-v2.md )
60
- * [ createCustomerAddress mutation] ( ../mutations/create-address.md )
57
+ * [ allCustomerSegments query] ( all-segments.md )
You can’t perform that action at this time.
0 commit comments