OBJECT
An edge in a connection.
1type UserEdge {23# A cursor for use in pagination.4cursor: String! 56# The item at the end of the edge.7node: User 89}