OBJECT

ImagesEdge

A Image edge in the connection.

link GraphQL Schema definition

  • type ImagesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `Image` at the end of the edge.
  • node: Image
  • }