OBJECT

ModelsEdge

A Model edge in the connection.

link GraphQL Schema definition

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