OBJECT

AccountEdge

link GraphQL Schema definition

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