OBJECT

CertifyingBoardEdge

An edge in a connection.

link GraphQL Schema definition

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