Skip to content

UserEdge ​

An edge in a connection.

graphql
type UserEdge {
  cursor: String!
  node: User!
}

Fields ​

UserEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

UserEdge.node ● User! non-null interface ​

The item at the end of the edge.

Member Of ​

UserConnection object

Released under the MIT License.