object AdHocChargeEdge

A Relay edge containing a AdHocCharge and its cursor.

Fields

FieldTypeDescription
nodeAdHocCharge

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

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