OBJECT

InstitutionEdge

An edge in a connection.

link GraphQL Schema definition

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