OBJECT

ImportedVideoEdge

An edge in a connection.

link GraphQL Schema definition

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