客户动态-CustomerMoment 对象
自动生成的类型,用于通过多个客户动态分页。
在本页面
属性
- edges(
[[CustomerMomentEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
边列表。 - pageInfo(
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
有助于分页的信息。
一种自动生成的类型,在分页期间保留一个CustomerMoment和一个光标。
在本页面
属性
- cursor(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
用于分页的光标。 - node(
[CustomerMoment!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
CustomerMomentEdge末尾的项目。
返回CustomerMomentEdge的类型
[CustomerMomentConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment#edges-2021-01)
表示客户订单之前的事件,例如购物会话。
属性
- occurredAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
当客户时刻发生时。
实现CustomerMoment的类型
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)