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