OBJECT

UserEdge

Generic edge between some type and a User, where there is no information that needs to to be encoded on the edge.

link GraphQL Schema definition

1type UserEdge {
2
3cursor: Cursor
4
5node: User
6
7}