OBJECT

UserCohortEdge

An edge in a connection.

link GraphQL Schema definition

  • type UserCohortEdge {
  • # The item at the end of the edge.
  • node: UserCohort
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }