OBJECT

GiblibVideoEdge

An edge in a connection.

link GraphQL Schema definition

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