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