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