OBJECT

PostEdge

link GraphQL Schema definition

1type PostEdge {
2
3cursor: String!
4
5node: BlogPost!
6
7}