OBJECT

DirectoryEdge

Contains information about a Directory's relationship to a given page (connection), and the Directory itself.

link GraphQL Schema definition

1type DirectoryEdge {
2
3cursor: Cursor
4
5node: Directory
6
7}