OBJECT

BackplaneEdge

An edge in a connection.

link GraphQL Schema definition

  • type BackplaneEdge {
  • # The item at the end of the edge
  • node: Backplane
  • # A cursor for use in pagination
  • cursor: String!
  • }