object BillEdge

A Relay edge containing a Bill and its cursor.

Fields

FieldTypeDescription
nodeBill

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": Bill,
  "cursor": "abc123"
}