CustomerMoment object
An auto-generated type for paginating through multiple CustomerMoments.
On this page
Fields
- edges (
[[CustomerMomentEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one CustomerMoment and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[CustomerMoment!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
The item at the end of CustomerMomentEdge.
Types that return CustomerMomentEdge
[CustomerMomentConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment#edges-2021-01)
Represents events preceding a customer order, such as shop sessions.
Fields
- occurredAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
When the customer moment occurred.
Types that implement CustomerMoment
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)