OBJECT

DisplayEdge

link GraphQL Schema definition

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