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