object RMALabelTypeCountableConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [RMALabelTypeCountableEdge]! | Contains the nodes in this connection. |
total_count | Int |
Referenced By
- ReturnType Type
Example
{
"pageInfo": PageInfo,
"edges": RMALabelTypeCountableEdge,
"total_count": 987
}