OBJECT

BanksEdge

A Bank edge in the connection.

link GraphQL Schema definition

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