object BillEdge
A Relay edge containing a Bill and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | Bill | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
- BillConnection Type
Example
{
"node": Bill,
"cursor": "abc123"
}