OBJECT

CustomerEdge

link GraphQL Schema definition

1type CustomerEdge {
2cursor: String!
3
4# Required permission: Customer:read
5#
6# Store restrictions apply.
7node: Customer!
8
9}