For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserEdge

The edge type for UserConnection

type UserEdge {
  cursor: String
  node: User
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● User object

The actual user object.

Member Of

UserConnection object

Last updated

Was this helpful?