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